Skip to content

Lack of consistency between components when loading translations. #148

Open
@jeremyb35

Description

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions