chore: move i18n.tsx into utils folder (#30400)

This commit is contained in:
Florian Duros
2025-07-25 10:14:48 +02:00
committed by GitHub
parent 3af8273d6b
commit b5160c47b3
5 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ import {
type IVariables,
KEY_SEPARATOR,
getLangsJson,
} from "./shared-components/i18n";
} from "./shared-components/utils/i18n";
export {
_t,
@@ -40,7 +40,7 @@ export {
normalizeLanguageKey,
getNormalizedLanguageKeys,
substitute,
} from "./shared-components/i18n";
} from "./shared-components/utils/i18n";
const i18nFolder = "i18n/";