add Korean (ko) translation

This commit is contained in:
the0807
2026-03-08 00:35:28 +09:00
parent 0d9ffe2997
commit 1401b9ee15
6 changed files with 1005 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ const SUPPORTED_LANGUAGES = [
'vi',
'zh',
'zh-TW',
'ko',
] as const;
const LANG_REGEX = new RegExp(
`^/(${SUPPORTED_LANGUAGES.join('|')})(?:/(.*))?$`