ICU MessageFormat for Dynamic Component Strings #7582
leagrdv
announced in
Architecture Decisions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Context
Dynamic strings in components are currently handled inconsistently, making localization and translation more difficult—especially when dealing with pluralization, gender, or language-specific word order.
Decision
All component strings that require partial replacement must use the ICU MessageFormat (Unicode standard).
This applies to:
Consequences
Example
All reactions