-
Notifications
You must be signed in to change notification settings - Fork 813
V15: Document Type Localization updates #6909
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
V15: Document Type Localization updates #6909
Conversation
on Language Files & Localization page.
eshanrnh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @leekelleher 👋,
Thanks for updating the article. I tested the changes, but the localized values are not displaying in the backoffice as expected.
Attached a copy of the localization file:

Could you take a look and let me know if the files are placed in the wrong folder or if any adjustments are needed for the localizations to work?
15/umbraco-cms/fundamentals/data/defining-content/document-type-localization.md
Outdated
Show resolved
Hide resolved
|  | ||
|
|
||
| 3. When creating and editing the content, you will see that the backoffice now uses the configured localizations.  | ||
| 3. When creating and editing the content, you will see that the backoffice now uses the configured localizations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Thank you @eshanrnh. I'll take a look this afternoon. |
|
Hi @eshanrnh, could you try moving the The |
…e-localization.md Co-authored-by: Esha Noronha <[email protected]>
|
That works, @leekelleher 🙌 Thanks for helping out. Much appreciated 🌟 I'll merge this PR in and create another PR to update the screenshots and add a Note about the |
|
Running through the rest of the guide, I'd noticed that the v15 backoffice code doesn't support dashes in the localization key/name in particular use-cases, e.g. In the code, the issue is related to word boundaries, where a dash is used to separate words, whereas an underscore is considered part of the word. I'll chat with the team to see whether we still want to support dashes, or if we replace the dashes with in underscores in the documentation. |
15/umbraco-cms/fundamentals/data/defining-content/document-type-localization.md
Outdated
Show resolved
Hide resolved
…e-localization.md Co-authored-by: Esha Noronha <[email protected]>
|
I noticed that too, but you were quick to catch it and let me know! 😊 Appreciate you looking into it—let me know what the team decides, and I can update the documentation accordingly (or you can - whatever works best) 🙌 |

Description
Updates the Document Type Localization documentation with relevant details for Umbraco 15 and UFM syntax for localizing property descriptions.
FYI, I've manually updated (a la photoshopped) a couple of the screenshots with the updated UFM syntax, (it was quicker for me to do this than recreating a working Umbraco solution for the article, apologies).
Resolves #6811.
Type of suggestion
Product & version (if relevant)
Umbraco CMS 15.0.0
Deadline (if relevant)
As soon as possible.