mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-26 21:59:02 +03:00
Fixes (#18625)
* Indicate disabling a camera and alerts/detections is temporary * generalize gasket driver docs * improve face rec faq * Update intel hardware recommendations * Update hardware acceleration * Add Hebrew and Catalan --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
co-authored by
Nicolas Mowen
parent
99e7533de2
commit
4a21b2f16d
@@ -34,6 +34,7 @@ const localeMap: Record<string, () => Promise<Locale>> = {
|
||||
"yue-Hant": () =>
|
||||
import("date-fns/locale/zh-HK").then((module) => module.zhHK),
|
||||
th: () => import("date-fns/locale/th").then((module) => module.th),
|
||||
ca: () => import("date-fns/locale/ca").then((module) => module.ca),
|
||||
};
|
||||
|
||||
export function useDateLocale(): Locale {
|
||||
|
||||
Reference in New Issue
Block a user