Bug ID Number |
BUG-000172484 |
Submitted | November 21, 2024 |
Last Modified | December 16, 2024 |
Applies to | Calcite Design System |
Version found | 2.12 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
The translation is performing as-expected since Esri and Calcite support de and not de-CH for string translations. Refer to this documentation https://developers.arcgis.com/calcite-design-system/resources/localization/#calcite-supported-languages for more information. However, Calcite does allow users to customize their own strings (for example: https://codepen.io/geospatialem/pen/eYqqMLN), so there is a workaround in specifying a messageOverrides for each component that contains the string (currently 12 components to-date).
Workaround
Calcite allows users to customize their own strings, so there is a workaround in specifying a messageOverrides for each component that contains the string (currently 12 components to-date). For example: https://codepen.io/geospatialem/pen/eYqqMLN.
Steps to Reproduce