From f5a17c169959c59a200cb8befb567116a4a5938d Mon Sep 17 00:00:00 2001 From: Fyxren <68126277+Fyxren@users.noreply.github.com> Date: Wed, 25 May 2022 22:14:32 +0200 Subject: [PATCH] Added Dutch to i18n.ts --- src/util/i18n.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/i18n.ts b/src/util/i18n.ts index 4ef054b..faf6db3 100644 --- a/src/util/i18n.ts +++ b/src/util/i18n.ts @@ -5,7 +5,7 @@ import XHR from 'i18next-xhr-backend'; import LanguageDetector from 'i18next-browser-languagedetector'; import { initReactI18next } from 'react-i18next'; -const TRANSLATION_VERSION = '14'; +const TRANSLATION_VERSION = '15'; i18n .use(Backend) @@ -26,6 +26,7 @@ i18n 'pt-BR': TRANSLATION_VERSION, es: TRANSLATION_VERSION, it: TRANSLATION_VERSION, + nl: TRANSLATION_VERSION, }, }, ],