Skip to content

Localization

Nadav Weisler edited this page Oct 27, 2023 · 2 revisions

Created for orgenize localization files.

Our localization system is based on i18n lib, which takes json files of each language and fit the right tranlation by the selected language.

Localizations files are in: ./src/i18n/locales

The file LocalizationKeys.ts created automaticly by running script:

npm run locals

The scripts all keys in he.json and create keys classes for it.

Clone this wiki locally