fix(i18n): remove duplicate resources block in index.ts and fix prettier formatting

This commit is contained in:
RockChinQ
2026-04-17 20:22:48 +08:00
parent e4b40a8fa0
commit 10425ede34
6 changed files with 30 additions and 45 deletions
-22
View File
@@ -40,28 +40,6 @@ i18n
'ru-RU': {
translation: ruRU,
},
},
'zh-Hans': {
translation: zhHans,
},
'zh-Hant': {
translation: zhHant,
},
'ja-JP': {
translation: jaJP,
},
'th-TH': {
translation: thTH,
},
'vi-VN': {
translation: viVN,
},
'es-ES': {
translation: esES,
},
'ru-RU': {
translation: ruRU,
},
},
fallbackLng: 'zh-Hans',
debug: process.env.NODE_ENV === 'development',