[Bug] troubleshooting language setting mismatch error (prlang=ko-KR) (#2489)

* fix: troubleshooting language setting mismatch error (prlang=ko-KR)

* refactoring:change case code(ko-KR) to single line
This commit is contained in:
JongHyeon Kim (Bell) 2024-06-21 23:50:35 +09:00 committed by GitHub
parent 7cad385a38
commit 73cf89474d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ export default class SettingsDisplayUiHandler extends AbstractSettingsUiHandler
};
break;
case "ko":
case "ko-KR":
this.settings[languageIndex].options[0] = {
value: "한국어",
label: "한국어",