Skip to content

Commit

Permalink
fix: korean detection (#2005)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Aug 17, 2022
1 parent cc51b15 commit 362dab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ i18n
'zh-Hans': ['zh-CN', 'en'],
'zh-Hant': ['zh-TW', 'en'],
zh: ['zh-CN', 'en'],
ko: ['ko-KR', 'en'],
default: ['en']
},
debug: process.env.DEBUG,
Expand Down

0 comments on commit 362dab8

Please sign in to comment.