Merge pull request #628 from SerhiiZahuba/main

Added Ukrainian translation
This commit is contained in:
Alam
2026-04-17 18:18:15 +05:30
committed by GitHub
4 changed files with 1241 additions and 3 deletions

View File

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