mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-12 10:07:36 +03:00
add Japanese, Swedish, and Lithuanian
This commit is contained in:
parent
75d7049b6d
commit
58d9fc4e01
@ -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