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:
parent
55cec01cb8
commit
f5a17c1699
@ -5,7 +5,7 @@ import XHR from 'i18next-xhr-backend';
|
|||||||
import LanguageDetector from 'i18next-browser-languagedetector';
|
import LanguageDetector from 'i18next-browser-languagedetector';
|
||||||
import { initReactI18next } from 'react-i18next';
|
import { initReactI18next } from 'react-i18next';
|
||||||
|
|
||||||
const TRANSLATION_VERSION = '14';
|
const TRANSLATION_VERSION = '15';
|
||||||
|
|
||||||
i18n
|
i18n
|
||||||
.use(Backend)
|
.use(Backend)
|
||||||
@ -26,6 +26,7 @@ i18n
|
|||||||
'pt-BR': TRANSLATION_VERSION,
|
'pt-BR': TRANSLATION_VERSION,
|
||||||
es: TRANSLATION_VERSION,
|
es: TRANSLATION_VERSION,
|
||||||
it: TRANSLATION_VERSION,
|
it: TRANSLATION_VERSION,
|
||||||
|
nl: TRANSLATION_VERSION,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user