UI language files localization not working on document type property description #6811
Labels
category/missing-documentation
category/umbraco-cms
state/sprint-candidate
We're trying to get this in a sprint at HQ in the next few weeks
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15.1.1
Bug summary
I added translations for a number or properties that are placed on a composition. These are translations for the name and description of the property. The names of the properties get translated as expected, but the description doesn't get translated at all.
Specifics
I have to following translations (revised for easier reading):
They are registered correctly in my Umbraco package json file:
I have a Sitemap composition that uses these keys as the name and as the description of the properties in the Sitemap:
When using the composition, the title translates very well between en-US and nl-NL. However, the description is never translated and only shows the key:
en-US:
nl-NL:
I copied and pasted the keys I used in Umbraco and the localization file into a text document to make sure I didn't have any typos.
Steps to reproduce
I think the 'Specifics' section explains enough :)
Expected result / actual result
I ofcourse expect the description to also be translated correctly using the keys.
This item has been added to our backlog AB#48113
The text was updated successfully, but these errors were encountered: