mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 05:24:11 +03:00
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
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:
parent
75d7049b6d
commit
4e99ee0c33
@ -34,6 +34,7 @@ const localeMap: Record<string, () => Promise<Locale>> = {
|
||||
sk: () => import("date-fns/locale/sk").then((module) => module.sk),
|
||||
"yue-Hant": () =>
|
||||
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),
|
||||
ca: () => import("date-fns/locale/ca").then((module) => module.ca),
|
||||
};
|
||||
|
||||
@ -10,14 +10,17 @@ export const supportedLanguageKeys = [
|
||||
"ro",
|
||||
"nl",
|
||||
"nb-NO",
|
||||
"sv",
|
||||
"zh-CN",
|
||||
"yue-Hant",
|
||||
"ja",
|
||||
"vi",
|
||||
"th",
|
||||
"he",
|
||||
"ru",
|
||||
"tr",
|
||||
"pl",
|
||||
"lt",
|
||||
"uk",
|
||||
"cs",
|
||||
"hu",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user