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, }, }, ],