mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-27 14:51:52 +03:00
add bosnian
This commit is contained in:
parent
7bcb5a5319
commit
44f4c6b9e3
@ -207,6 +207,7 @@
|
||||
"th": "ไทย (Thai)",
|
||||
"ca": "Català (Catalan)",
|
||||
"hr": "Hrvatski (Croatian)",
|
||||
"bs": "Bosanski (Bosnian)",
|
||||
"sr": "Српски (Serbian)",
|
||||
"sl": "Slovenščina (Slovenian)",
|
||||
"lt": "Lietuvių (Lithuanian)",
|
||||
|
||||
@ -38,6 +38,7 @@ const localeMap: Record<string, () => Promise<Locale>> = {
|
||||
th: () => import("date-fns/locale/th").then((module) => module.th),
|
||||
ca: () => import("date-fns/locale/ca").then((module) => module.ca),
|
||||
hr: () => import("date-fns/locale/hr").then((module) => module.hr),
|
||||
bs: () => import("date-fns/locale/bs").then((module) => module.bs),
|
||||
sl: () => import("date-fns/locale/sl").then((module) => module.sl),
|
||||
};
|
||||
|
||||
|
||||
@ -29,6 +29,7 @@ export const supportedLanguageKeys = [
|
||||
"tr",
|
||||
"pl",
|
||||
"hr",
|
||||
"bs",
|
||||
"sk",
|
||||
"sl",
|
||||
"lt",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user