Added Ukrainian translation
This commit is contained in:
@@ -33,6 +33,7 @@ const SUPPORTED_LANGUAGES = [
|
||||
'zh',
|
||||
'zh-TW',
|
||||
'ko',
|
||||
'ua',
|
||||
] as const;
|
||||
const LANG_REGEX = new RegExp(
|
||||
`^/(${SUPPORTED_LANGUAGES.join('|')})(?:/(.*))?$`
|
||||
|
||||
Reference in New Issue
Block a user