mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 21:44:13 +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),
|
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),
|
||||||
};
|
};
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user