mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
Add Italian, Cantonese, and German to languages menu (#17942)
This commit is contained in:
@@ -31,6 +31,8 @@ const localeMap: Record<string, () => Promise<Locale>> = {
|
||||
fi: () => import("date-fns/locale/fi").then((module) => module.fi),
|
||||
da: () => import("date-fns/locale/da").then((module) => module.da),
|
||||
sk: () => import("date-fns/locale/sk").then((module) => module.sk),
|
||||
"yue-Hant": () =>
|
||||
import("date-fns/locale/zh-HK").then((module) => module.zhHK),
|
||||
};
|
||||
|
||||
export function useDateLocale(): Locale {
|
||||
|
||||
Reference in New Issue
Block a user