Add i18n files and set first translations

This commit is contained in:
Nicola Benaglia
2025-04-21 13:38:31 +02:00
parent d2a82519ad
commit 3917aef452
8 changed files with 45 additions and 28 deletions

View File

@@ -23,3 +23,5 @@ 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.
The setup includes modularized translation files, language detection, context and runtime language switching.
Files with translation are in `public/locales/<locale>` folder.
See [guidelines](./docs/i18n_languages.md).