]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/i18next.ts
make suggested changes
[lemmy-ui.git] / src / shared / i18next.ts
index d0a4e5874feb3a2e197f0b3ede010bd8bbf5970e..ff5f77f11acc3b4b0413859bada5c24921e93112 100644 (file)
@@ -1,3 +1,4 @@
+import { isBrowser } from "@utils/browser";
 import i18next, { i18nTyped, Resource } from "i18next";
 import { UserService } from "./services";
 import { ar } from "./translations/ar";
@@ -31,7 +32,6 @@ import { sv } from "./translations/sv";
 import { vi } from "./translations/vi";
 import { zh } from "./translations/zh";
 import { zh_Hant } from "./translations/zh_Hant";
-import isBrowser from "./utils/browser/is-browser";
 
 export const languages = [
   { resource: ar, code: "ar", name: "العربية" },