enhance(locales): default to ko-KR

This commit is contained in:
무라쿠모 2024-06-21 15:34:01 +09:00
parent 621d08540b
commit 094d48c271
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
5 changed files with 6 additions and 6 deletions

View file

@ -33,7 +33,7 @@ async function main() {
lang = supportedLangs.find(x => x.split('-')[0] === navigator.language);
// Fallback
if (lang == null) lang = 'en-US';
if (lang == null) lang = 'ko-KR';
}
}