Support non-english locales for default strings - g11n/i18n #9474
Labels
component: tile
needs: community contribution
Due to roadmap and resource availability, we are looking for outside contributions on this issue.
proposal: accepted
This request has gone through triaging and we are accepting PR's against it.
role: dev 🤖
type: enhancement 💡
Discussed in #8729
Originally posted by hermansb May 20, 2021
Default strings such as
Expand
/Collapse
here do not support alocale
property in order to use languages other than English as a default string.It is possible to pass in your own translated strings to override the English default via the
tileCollapsedIconText
andtileExpandedIconText
properties [for the react components anyway] and for those that want to keep the defaults, they can pass in localized versions of the defaults in this way.However, for those consumers in this position it would be most convenient to just have the default strings also provide defaults for the standard locales.
The text was updated successfully, but these errors were encountered: