Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entries Table and Entry Detail views are not localized #282

Closed
samgooch opened this issue Feb 11, 2020 · 1 comment
Closed

Entries Table and Entry Detail views are not localized #282

samgooch opened this issue Feb 11, 2020 · 1 comment

Comments

@samgooch
Copy link

samgooch commented Feb 11, 2020

When using dictionary items for form field labels, they do not get translated using the dictionary. It works when browsing the form on the front-end. However, when someone accessing the entries in the backoffice, it doesn't.

Umbraco v8.5.3
Umbraco Forms v8.3.0

Reproduction

Bug summary

  • Browse to the entries table, the columns are not translated and still read as if they were taken as-is
  • Click into an entry, the headings are not translated and still read as if they were taken as-is

Specifics

image

Steps to reproduce

  • Create a dictionary item for your current logged in language
  • Create a form and add a property using the dictionary item e.g. #Email
  • Add the form to a page and submit the form
  • Browse to the entries table, the columns are not translated and still read as #Email
  • Click into an entry, the headings are not translated and still read as #Email

Expected result

The column / heading names should be localized to the current user's backoffice language. As per the behaviour on the front-end for a user filling out the form.

Actual result

The column / heading names don't translate using the Dictionary.

@samgooch samgooch changed the title Entries Table and Entry Detail views are not localised Entries Table and Entry Detail views are not localized Feb 11, 2020
@nul800sebastiaan
Copy link
Member

Thanks! Probably almost nothing in Forms is localized unfortunately, make sure to keep track of this issue for updates! 👍 #267

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants