From 42cc8ad2473f33fe3442a60ce57cedf81babc2e2 Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Sun, 18 May 2025 18:53:08 +0200 Subject: [PATCH] Change location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34cfbbb..b6ba339 100644 --- a/README.md +++ b/README.md @@ -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. The setup includes modularized translation files, language detection, context and runtime language switching. -Files with translation are in `public/locales/` folder. +Files with translation are in `src/i18n/locales/` folder. See [guidelines](./docs/i18n_languages.md).