mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 22:57:40 +03:00
add slovenian
This commit is contained in:
parent
3c2a53fe48
commit
361b092007
@ -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),
|
||||
sl: () => import("date-fns/locale/sl").then((module) => module.sl),
|
||||
};
|
||||
|
||||
export function useDateLocale(): Locale {
|
||||
|
||||
@ -26,6 +26,7 @@ export const supportedLanguageKeys = [
|
||||
"pl",
|
||||
"hr",
|
||||
"sk",
|
||||
"sl",
|
||||
"lt",
|
||||
"uk",
|
||||
"cs",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user