Skip to content

Commit

Permalink
Merge pull request #35 from kongying-tavern/fix/fix-code
Browse files Browse the repository at this point in the history
fix: 修复翻译Key
  • Loading branch information
boxsnake authored May 17, 2024
2 parents 43f1dcd + c8a48d8 commit 4633e86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/mapper.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ const KeyCol = 'B'
const KeyMapper = {
E: {
langName: '简体中文',
langCode: 'zh-CN'
langCode: 'zh-hans'
},
F: {
langName: '繁體中文',
langCode: 'hant-TW'
langCode: 'zh-hant'
},
G: {
langName: 'English',
Expand All @@ -25,7 +25,7 @@ const KeyMapper = {
},
I: {
langName: '한국어',
langCode: 'kr-KR'
langCode: 'ko-KR'
},
J: {
langName: 'Français',
Expand Down

0 comments on commit 4633e86

Please sign in to comment.