add Japanese, Swedish, and Lithuanian (#20509)
Some checks are pending
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions

This commit is contained in:
Josh Hawkins 2025-10-15 14:42:13 -05:00 committed by GitHub
parent 75d7049b6d
commit 4e99ee0c33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,7 @@ const localeMap: Record<string, () => Promise<Locale>> = {
sk: () => import("date-fns/locale/sk").then((module) => module.sk), sk: () => import("date-fns/locale/sk").then((module) => module.sk),
"yue-Hant": () => "yue-Hant": () =>
import("date-fns/locale/zh-HK").then((module) => module.zhHK), import("date-fns/locale/zh-HK").then((module) => module.zhHK),
lt: () => import("date-fns/locale/lt").then((module) => module.lt),
th: () => import("date-fns/locale/th").then((module) => module.th), th: () => import("date-fns/locale/th").then((module) => module.th),
ca: () => import("date-fns/locale/ca").then((module) => module.ca), ca: () => import("date-fns/locale/ca").then((module) => module.ca),
}; };

View File

@ -10,14 +10,17 @@ export const supportedLanguageKeys = [
"ro", "ro",
"nl", "nl",
"nb-NO", "nb-NO",
"sv",
"zh-CN", "zh-CN",
"yue-Hant", "yue-Hant",
"ja",
"vi", "vi",
"th", "th",
"he", "he",
"ru", "ru",
"tr", "tr",
"pl", "pl",
"lt",
"uk", "uk",
"cs", "cs",
"hu", "hu",