chore: move i18n.tsx into utils folder (#30400)
This commit is contained in:
@@ -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/";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user