mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 17:12:16 +03:00
Fixes (#19038)
* Fix Norwegian language code for date-fns module import * Fix incorrect apple compatibility change * Add other and unused as separate storage items --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
co-authored by
Nicolas Mowen
parent
178117183e
commit
cd54a81150
@@ -18,7 +18,7 @@ const localeMap: Record<string, () => Promise<Locale>> = {
|
||||
nl: () => import("date-fns/locale/nl").then((module) => module.nl),
|
||||
sv: () => import("date-fns/locale/sv").then((module) => module.sv),
|
||||
cs: () => import("date-fns/locale/cs").then((module) => module.cs),
|
||||
nb: () => import("date-fns/locale/nb").then((module) => module.nb),
|
||||
"nb-NO": () => import("date-fns/locale/nb").then((module) => module.nb),
|
||||
ko: () => import("date-fns/locale/ko").then((module) => module.ko),
|
||||
vi: () => import("date-fns/locale/vi").then((module) => module.vi),
|
||||
fa: () => import("date-fns/locale/fa-IR").then((module) => module.faIR),
|
||||
|
||||
Reference in New Issue
Block a user