Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of consistency between components when loading translations. #148

Open
jeremyb35 opened this issue Sep 17, 2024 · 0 comments
Open

Lack of consistency between components when loading translations. #148

jeremyb35 opened this issue Sep 17, 2024 · 0 comments
Labels
component/data-grid DataGrid component

Comments

@jeremyb35
Copy link

jeremyb35 commented Sep 17, 2024

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',
}

@gsumankumar gsumankumar added the component/data-grid DataGrid component label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/data-grid DataGrid component
Projects
None yet
Development

No branches or pull requests

2 participants