Skip to content

Commit

Permalink
fix: correct language code for Korean in localeToWWLang function
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaJi committed Nov 20, 2024
1 parent 00591d9 commit e27bc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/locale-to-lang.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const localeToWWLang = (locale: string | undefined) => {
// case "it":
// return "italian";
case "ko":
return "kr";
return "ko";
// case "pt":
// return "pt";
// case "ru":
Expand Down

0 comments on commit e27bc18

Please sign in to comment.