From ca1cce35a6edbdabfbef06a3023caf55b6954f57 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 26 Jan 2020 20:31:34 +0100 Subject: ES translation completed & some fixes --- ui/src/i18next.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src/i18next.ts') diff --git a/ui/src/i18next.ts b/ui/src/i18next.ts index a1fda907..065d63c8 100644 --- a/ui/src/i18next.ts +++ b/ui/src/i18next.ts @@ -27,7 +27,7 @@ const resources = { fi, }; -const format = (value, format, lng) => format === 'uppercase' ? value.toUpperCase() : value; +const format = (value: any, format: any, lng: any) => format === 'uppercase' ? value.toUpperCase() : value; i18next.init({ debug: false, -- cgit v1.2.3