ej2-react-ui-components icon indicating copy to clipboard operation
ej2-react-ui-components copied to clipboard

Lack of consistency between components when loading translations.

Open jeremyb35 opened this issue 1 year ago • 0 comments

In React components, the key value of translations is sometimes in CamelCase, sometimes in PascalCase.

Impossible to use the resx definitions as a basis for loading the correct keys, which change randomly from one component to another.

Example in your documentation : https://ej2.syncfusion.com/react/documentation/common/globalization/localization

'grid': { 'EmptyRecord': 'Keine Aufzeichnungen angezeigt',
}, 'pager': { 'currentPageInfo': '{0} von {1} Seiten',
}

jeremyb35 avatar Sep 17 '24 12:09 jeremyb35