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.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/src/i18next.ts b/ui/src/i18next.ts
index 5fa8f4e8..7a341cea 100644
--- a/ui/src/i18next.ts
+++ b/ui/src/i18next.ts
@@ -24,6 +24,7 @@ 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';
// https://github.com/nimbusec-oss/inferno-i18next/blob/master/tests/T.test.js#L66
const resources = {
@@ -51,6 +52,7 @@ const resources = {
tr,
hu,
uk,
+ sq,
};
function format(value: any, format: any, lng: any): any {