payload-admin-bar icon indicating copy to clipboard operation
payload-admin-bar copied to clipboard

Missing Translations

Open cbratschi opened this issue 2 years ago • 0 comments

A couple of strings are hardcoded and therefore cannot be translated:

  • 'Edit ' is hardcoded (see https://github.com/payloadcms/payload-admin-bar/blob/main/src/index.tsx#L278)
  • 'New ' is hardcoded (see https://github.com/payloadcms/payload-admin-bar/blob/main/src/index.tsx#L313)
  • 'Logout' is hardcoded (see https://github.com/payloadcms/payload-admin-bar/blob/main/src/index.tsx#L372)

There should be some properties to pass custom values.

cbratschi avatar Oct 11 '23 10:10 cbratschi