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.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/src/i18next.ts b/ui/src/i18next.ts
index 7a341cea..3657da33 100644
--- a/ui/src/i18next.ts
+++ b/ui/src/i18next.ts
@@ -25,6 +25,9 @@ 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';
// https://github.com/nimbusec-oss/inferno-i18next/blob/master/tests/T.test.js#L66
const resources = {
@@ -53,6 +56,9 @@ const resources = {
hu,
uk,
sq,
+ km,
+ ga,
+ sr_Latn,
};
function format(value: any, format: any, lng: any): any {