mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 18:08:11 +09:00
feat: add zh-Hant (#120)
This commit is contained in:
@@ -5,7 +5,7 @@ import XHR from 'i18next-xhr-backend';
|
||||
import LanguageDetector from 'i18next-browser-languagedetector';
|
||||
import { initReactI18next } from 'react-i18next';
|
||||
|
||||
const TRANSLATION_VERSION = '1.19';
|
||||
const TRANSLATION_VERSION = '2';
|
||||
|
||||
i18n
|
||||
.use(Backend)
|
||||
@@ -20,6 +20,7 @@ i18n
|
||||
en: TRANSLATION_VERSION,
|
||||
ja: TRANSLATION_VERSION,
|
||||
'zh-Hans': TRANSLATION_VERSION,
|
||||
'zh-Hant': TRANSLATION_VERSION,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user