Skip to content

Commit

Permalink
fix(dicts): update hjdict korean page
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Feb 23, 2019
1 parent e13b51e commit 66c7341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dictionaries/hjdict/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function getLangCode (text: string, profile: Profile): string {
}

if (isContainKorean(text)) {
return 'kor'
return 'kr'
}

if (isContainChinese(text)) {
Expand Down

0 comments on commit 66c7341

Please sign in to comment.