]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/i18next.ts
Add check for unused languages in update_translations.sh
[lemmy-ui.git] / src / shared / i18next.ts
index 60edeb4c74b787e802d3bf22ffdf35c2402aeb47..0bb85aea7853a5dc7f8d671030a711cb219649b6 100644 (file)
@@ -33,6 +33,8 @@ import { oc } from "./translations/oc";
 import { hr } from "./translations/hr";
 import { th } from "./translations/th";
 import { bg } from "./translations/bg";
+import { ar } from "./translations/ar";
+import { ko } from "./translations/ko";
 
 // https://github.com/nimbusec-oss/inferno-i18next/blob/master/tests/T.test.js#L66
 const resources = {
@@ -69,6 +71,8 @@ const resources = {
   hr,
   th,
   bg,
+  ar,
+  ko
 };
 
 function format(value: any, format: any): any {