Lower/Uppercase Strings #23094
Labels
Internationalization (i18n)
Issues or PRs related to internationalization efforts
Mobile App - i.e. Android or iOS
Native mobile impl of the block editor. (Note: used in scripts, ping mobile folks to change)
Needs Technical Feedback
Needs testing from a developer perspective.
Describe the bug
I started the translation of Gutenberg 8.3 for german and saw the new string 'Color Settings'. Because I was sure that we already translated this string, I looked where it came from:
https://github.com/WordPress/gutenberg/blob/master/packages/block-library/src/button/color-edit.js#L61-L63
Why are we doing this? So we always have 2 different translations for the strings. If we really need this, is there an anternative like using CSS?
The text was updated successfully, but these errors were encountered: