From 138edef8f5811e9b51317d0c7c96fba65012030c Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Fri, 14 May 2021 00:42:49 +0200 Subject: [PATCH] Correctly enable new translations --- src/shared/i18next.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/shared/i18next.ts b/src/shared/i18next.ts index f1a0f90..fed0149 100644 --- a/src/shared/i18next.ts +++ b/src/shared/i18next.ts @@ -39,6 +39,13 @@ const resources = { pl, ar, eo, + de, + gl, + it, + ja, + km, + nb_NO, + zh_Hant, }; function format(value: any, format: any): any {