Added Ukrainian translation

This commit is contained in:
dedys
2026-04-03 10:21:58 +03:00
parent ed6e6c01be
commit e64595a42f
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('|')})(?:/(.*))?$`