@@ -2,10 +2,10 @@ import i18n from "i18next"
22import { initReactI18next } from "react-i18next"
33
44import translationEN from "./locales/en/translation.json"
5- import translationDE from "./locales/de/translation.json"
6- import translationZHCN from "./locales/zh-cn/translation.json"
7- import translationZHTW from "./locales/zh-tw/translation.json"
8- import translationJA from "./locales/ja/translation.json"
5+ // import translationDE from "./locales/de/translation.json"
6+ // import translationZHCN from "./locales/zh-cn/translation.json"
7+ // import translationZHTW from "./locales/zh-tw/translation.json"
8+ // import translationJA from "./locales/ja/translation.json"
99
1010i18n . use ( initReactI18next ) // passes i18n down to react-i18next
1111 . init ( {
@@ -18,10 +18,10 @@ i18n.use(initReactI18next) // passes i18n down to react-i18next
1818 } ,
1919 } )
2020
21- i18n . addResourceBundle ( "de" , "translation" , translationDE )
2221i18n . addResourceBundle ( "en" , "translation" , translationEN )
23- i18n . addResourceBundle ( "zh-CN" , "translation" , translationZHCN )
24- i18n . addResourceBundle ( "zh-TW" , "translation" , translationZHTW )
25- i18n . addResourceBundle ( "ja" , "translation" , translationJA )
22+ //i18n.addResourceBundle("de", "translation", translationDE)
23+ //i18n.addResourceBundle("zh-CN", "translation", translationZHCN)
24+ //i18n.addResourceBundle("zh-TW", "translation", translationZHTW)
25+ //i18n.addResourceBundle("ja", "translation", translationJA)
2626
2727export default i18n
0 commit comments