Change location

This commit is contained in:
Nicola Benaglia 2025-05-18 18:53:08 +02:00
parent 5a5d68ab79
commit 42cc8ad247

View File

@ -22,6 +22,6 @@ Many additional details and a fully featured wiki will be created over time. Rea
Qortal-Hub supports internationalization (i18n) using [i18next](https://www.i18next.com/), allowing seamless translation of UI text into multiple languages. Qortal-Hub supports internationalization (i18n) using [i18next](https://www.i18next.com/), allowing seamless translation of UI text into multiple languages.
The setup includes modularized translation files, language detection, context and runtime language switching. The setup includes modularized translation files, language detection, context and runtime language switching.
Files with translation are in `public/locales/<locale>` folder. Files with translation are in `src/i18n/locales/<locale>` folder.
See [guidelines](./docs/i18n_languages.md). See [guidelines](./docs/i18n_languages.md).