Skip to content

Commit

Permalink
Capitalize zh_CN
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsumi-sama committed Jun 11, 2024
1 parent b15e1bb commit f6329b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion html/src/localization/es/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1718,4 +1718,4 @@
"online": "En línea:"
}
}
}
}
2 changes: 1 addition & 1 deletion html/src/localization/fr/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1726,4 +1726,4 @@
"online": "En ligne :"
}
}
}
}
8 changes: 4 additions & 4 deletions html/src/localization/localizedStrings.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import elements_zh_TW from 'element-ui/lib/locale/lang/zh-TW';
import ko from './ko/en.json' assert { type: 'JSON' };
import elements_ko from 'element-ui/lib/locale/lang/ko';

import zh_cn from './zh-CN/en.json' assert { type: 'JSON' };
import elements_zh_cn from 'element-ui/lib/locale/lang/zh-cn';
import zh_CN from './zh-CN/en.json' assert { type: 'JSON' };
import elements_zh_CN from 'element-ui/lib/locale/lang/zh-CN';

import fr from './fr/en.json' assert { type: 'JSON' };
import elements_fr from 'element-ui/lib/locale/lang/fr';
Expand All @@ -30,7 +30,7 @@ import elements_pl from 'element-ui/lib/locale/lang/pl';

const localized_en = { ...en, ...elements_en };
const localized_zh_TW = { ...zh_TW, ...elements_zh_TW };
const localized_zh_cn = { ...zh_cn, ...elements_zh_cn };
const localized_zh_CN = { ...zh_CN, ...elements_zh_CN };
const localized_ko = { ...ko, ...elements_ko };
const localized_ja = { ...ja, ...elements_ja };
const localized_fr = { ...fr, ...elements_fr };
Expand All @@ -43,7 +43,7 @@ export {
localized_en as en,
localized_zh_TW as zh_TW,
localized_ko as ko,
localized_zh_cn as zh_cn,
localized_zh_CN as zh_CN,
localized_ja as ja_JP,
localized_fr as fr,
localized_vi as vi,
Expand Down
2 changes: 1 addition & 1 deletion html/src/localization/zh-CN/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@
"emoji_animation_frame_count": "帧数:",
"emoji_loop_pingpong": "Loop PingPong",
"flipbook_info": "选择一个1024x1024的PNG精灵表作为动画表情(最大FPS 64)"
},
},
"change_content_image": {
"avatar": "更改模型封面",
"world": "更改世界封面",
Expand Down

0 comments on commit f6329b2

Please sign in to comment.