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

@@ -9,7 +9,7 @@ Please see LICENSE files in the repository root for full details.
*/
// Import i18n.tsx instead of languageHandler to avoid circular deps
import { _td, type TranslationKey } from "../shared-components/i18n";
import { _td, type TranslationKey } from "../shared-components/utils/i18n";
import { IS_MAC, IS_ELECTRON, Key } from "../Keyboard";
import { type IBaseSetting } from "../settings/Settings";
import { type KeyCombo } from "../KeyBindingsManager";