You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue when the i18n string is altered to title case e.g. each word in a phrase is capitalised, in my case "Read-only" is altered to read "Read-Only".
The case of the i18n string is altered to title case e.g. "Read-only" becomes "Read-Only"
Steps to Reproduce
See the customAttribute string in the code pen below.
The English string "Select {count} options" becomes "Select 3 Options".
The German string "Wählen Sie {count} Optionen aus" becomes "Wählen Sie 3 Optionen Aus".
One thing you'll notice is the shape options are showing the german translation for the colours. You need to define red/green/blue translations in the en-US lang list too.
Description:
There is an issue when the i18n string is altered to title case e.g. each word in a phrase is capitalised, in my case "Read-only" is altered to read "Read-Only".
Environment Details:
Expected Behavior
Original case of i18n string is respected.
Actual Behavior
The case of the i18n string is altered to title case e.g. "Read-only" becomes "Read-Only"
Steps to Reproduce
See the customAttribute string in the code pen below.
The English string "Select {count} options" becomes "Select 3 Options".
The German string "Wählen Sie {count} Optionen aus" becomes "Wählen Sie 3 Optionen Aus".
https://codepen.io/Matthew-Pritchard/pen/vYvEomQ
Screenshot - (optional)
The text was updated successfully, but these errors were encountered: