]> Untitled Git - lemmy.git/blobdiff - ui/src/i18next.ts
routes.api: fix get_captcha endpoint (#1135)
[lemmy.git] / ui / src / i18next.ts
index cba9e3c2d1b37a37b7424cbbd40d300c0da2f10e..39f7d65ccc08ef481847287aae7a522bb910651e 100644 (file)
@@ -20,6 +20,15 @@ import { pl } from './translations/pl';
 import { pt_BR } from './translations/pt_BR';
 import { ja } from './translations/ja';
 import { ka } from './translations/ka';
+import { gl } from './translations/gl';
+import { tr } from './translations/tr';
+import { hu } from './translations/hu';
+import { uk } from './translations/uk';
+import { sq } from './translations/sq';
+import { km } from './translations/km';
+import { ga } from './translations/ga';
+import { sr_Latn } from './translations/sr_Latn';
+import { ko } from './translations/ko';
 
 // https://github.com/nimbusec-oss/inferno-i18next/blob/master/tests/T.test.js#L66
 const resources = {
@@ -43,6 +52,15 @@ const resources = {
   pl,
   pt_BR,
   ja,
+  gl,
+  tr,
+  hu,
+  uk,
+  sq,
+  km,
+  ga,
+  sr_Latn,
+  ko,
 };
 
 function format(value: any, format: any, lng: any): any {