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 React from "react";
import { type TranslationKey as _TranslationKey, KEY_SEPARATOR } from "matrix-web-i18n";
import counterpart from "counterpart";
import type Translations from "../i18n/strings/en_EN.json";
import type Translations from "../../i18n/strings/en_EN.json";
// @ts-ignore - $webapp is a webpack resolve alias pointing to the output directory, see webpack config
import webpackLangJsonUrl from "$webapp/i18n/languages.json";