summaryrefslogtreecommitdiffstats
path: root/ui/src/i18next.ts
diff options
context:
space:
mode:
authorDavid <thedaviddelta@gmail.com>2020-01-26 20:31:34 +0100
committerDavid <thedaviddelta@gmail.com>2020-01-26 20:31:34 +0100
commitca1cce35a6edbdabfbef06a3023caf55b6954f57 (patch)
treef1c560350459ce7f8f532d2a9b9cb05936cbf172 /ui/src/i18next.ts
parent6718e2eb234cd754ac0c3fe05a7193a708bf6d82 (diff)
ES translation completed & some fixes
Diffstat (limited to 'ui/src/i18next.ts')
-rw-r--r--ui/src/i18next.ts2
1 files changed, 1 insertions, 1 deletions
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,