summaryrefslogtreecommitdiffstats
path: root/ui/src/i18next.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/i18next.ts')
-rw-r--r--ui/src/i18next.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/src/i18next.ts b/ui/src/i18next.ts
index cba9e3c2..5fa8f4e8 100644
--- a/ui/src/i18next.ts
+++ b/ui/src/i18next.ts
@@ -20,6 +20,10 @@ 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';
// https://github.com/nimbusec-oss/inferno-i18next/blob/master/tests/T.test.js#L66
const resources = {
@@ -43,6 +47,10 @@ const resources = {
pl,
pt_BR,
ja,
+ gl,
+ tr,
+ hu,
+ uk,
};
function format(value: any, format: any, lng: any): any {