From fc0495894d2c416b78f568323e3a8a56a04b03d0 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 26 Jan 2020 12:35:47 -0500 Subject: Adding finnish to moment, dropdown. --- ui/src/i18next.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/src/i18next.ts') 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) { -- cgit v1.2.3