1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-16 20:20:38 +09:00

Added Dutch to i18n.ts

This commit is contained in:
Fyxren 2022-05-25 22:14:32 +02:00
parent 55cec01cb8
commit f5a17c1699

View File

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