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

Feature: Document Type reference localizations #2154

Merged
merged 4 commits into from
Aug 5, 2024

Conversation

leekelleher
Copy link
Member

Description

Adds support for localization of a Document Type's name, description, tab label, group label, and property label, (property descriptions already support UFM, including localizations, e.g. {#properties_title-desc}).

Fixes umbraco/Umbraco-CMS#16813.

Types of changes

  • New feature (non-breaking change which adds functionality)

How to test?

  • Add localization keys to an existing Document Type for the name and description
  • Check the following places in the CMS to make sure that the Document Type's name is localized:
    • Document Type composition modal
    • Document Create menu
    • Document info workspace (in the General panel)
    • Data Type info workspace (in the References panel)
    • Data Type > Collections > "Columns Displayed" field, add a field (from the Document Types)
    • Data Type > Content Picker > "Allow items of type" field (for Content configuration)
    • Template > "Insert" button > "Value" option > "Choose field" (from the Document Types)

+ description, tab label, group label and property label.
of the components with doctype localizations
Copy link

sonarcloud bot commented Aug 5, 2024

@madsrasmussen madsrasmussen self-assigned this Aug 5, 2024
Copy link
Contributor

@madsrasmussen madsrasmussen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good 🥳

@madsrasmussen madsrasmussen merged commit 00999fc into main Aug 5, 2024
8 checks passed
@madsrasmussen madsrasmussen deleted the v14/feature/doctype-ref-localizations branch August 5, 2024 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document Type Localization does not work in v14 and user defined language files
2 participants