mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 17:50:13 +00:00
chore: update locale
This commit is contained in:
+5
-1
@@ -4,6 +4,7 @@ import { initReactI18next } from "react-i18next"
|
||||
import deTranslation from "../locales/de/translation.json"
|
||||
import enTranslation from "../locales/en/translation.json"
|
||||
import itTranslation from "../locales/it/translation.json"
|
||||
import ruTranslation from "../locales/ru/translation.json"
|
||||
import zhCNTranslation from "../locales/zh-CN/translation.json"
|
||||
import zhTWTranslation from "../locales/zh-TW/translation.json"
|
||||
|
||||
@@ -11,9 +12,12 @@ const resources = {
|
||||
"en-US": {
|
||||
translation: enTranslation,
|
||||
},
|
||||
it: {
|
||||
'it-IT': {
|
||||
translation: itTranslation,
|
||||
},
|
||||
"ru-RU": {
|
||||
translation: ruTranslation,
|
||||
},
|
||||
"zh-CN": {
|
||||
translation: zhCNTranslation,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user