feat(i18n): add Ukrainian (uk) locale support (#28061)

This commit is contained in:
MYMDO
2026-05-19 09:45:39 +03:00
committed by GitHub
parent 3bd304796b
commit cbd2620c46
12 changed files with 1970 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ export const docsLocale = [
"ru",
"th",
"tr",
"uk",
"zh-cn",
"zh-tw",
] as const
@@ -46,6 +47,7 @@ export const localeAlias = {
ru: "ru",
th: "th",
tr: "tr",
uk: "uk",
zh: "zh-cn",
"zh-cn": "zh-cn",
zht: "zh-tw",
@@ -63,6 +65,7 @@ const starts = [
["ja", "ja"],
["pl", "pl"],
["ru", "ru"],
["uk", "uk"],
["ar", "ar"],
["th", "th"],
["tr", "tr"],