Localization
ipl-overlay-controls can be translated to multiple languages using i18next.
Adding a new language
- Add the language as an allowed value of
interfaceLocalein/schemas/runtimeConfig.json - Add a new type value in
/src/types/enums/InterfaceLocale.ts - Add translations to
/src/helpers/i18n/<language> common.jsoncontains reusable translationsserver.jsoncontains translations used by the backend- Other files contain translations used by individual dashboard panels
- The
titletranslation key can be used to change the title of the dashboard panel.
- The