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 aaaecd04..2da3dfbe 100644
--- a/ui/src/i18next.ts
+++ b/ui/src/i18next.ts
@@ -10,6 +10,7 @@ import { ru } from './translations/ru';
import { zh } from './translations/zh';
import { nl } from './translations/nl';
import { it } from './translations/it';
+import { fi } from './translations/fi';
// https://github.com/nimbusec-oss/inferno-i18next/blob/master/tests/T.test.js#L66
const resources = {
@@ -23,6 +24,7 @@ const resources = {
ru,
nl,
it,
+ fi,
};
function format(value: any, format: any, lng: any) {