Skip to content

Commit

Permalink
Merge pull request #36 from kongying-tavern/fix/lang-code
Browse files Browse the repository at this point in the history
修复语言code
  • Loading branch information
boxsnake authored May 17, 2024
2 parents 4633e86 + d5bbd2a commit 4cfcf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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-hans'
langCode: 'zh-Hans'
},
F: {
langName: '繁體中文',
langCode: 'zh-hant'
langCode: 'zh-Hant'
},
G: {
langName: 'English',
Expand Down

0 comments on commit 4cfcf84

Please sign in to comment.