File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -7,26 +7,34 @@ import itTranslation from "../locales/it/translation.json"
77import ruTranslation from "../locales/ru/translation.json"
88import zhCNTranslation from "../locales/zh-CN/translation.json"
99import zhTWTranslation from "../locales/zh-TW/translation.json"
10+ import esTranslation from "../locales/es/translation.json"
11+ import taTranslation from "../locales/ta/translation.json"
1012
1113const resources = {
14+ "zh-CN" : {
15+ translation : zhCNTranslation ,
16+ } ,
17+ "zh-TW" : {
18+ translation : zhTWTranslation ,
19+ } ,
1220 "en-US" : {
1321 translation : enTranslation ,
1422 } ,
15- "it-IT" : {
16- translation : itTranslation ,
17- } ,
1823 "ru-RU" : {
1924 translation : ruTranslation ,
2025 } ,
21- "zh-CN" : {
22- translation : zhCNTranslation ,
23- } ,
24- "zh-TW" : {
25- translation : zhTWTranslation ,
26+ "es-ES" : {
27+ translation : esTranslation ,
2628 } ,
2729 "de-DE" : {
2830 translation : deTranslation ,
2931 } ,
32+ "ta-IN" : {
33+ translation : taTranslation ,
34+ } ,
35+ "it-IT" : {
36+ translation : itTranslation ,
37+ } ,
3038}
3139
3240const getStoredLanguage = ( ) => {
You can’t perform that action at this time.
0 commit comments