mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-22 19:59:02 +03:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f3b7c642e8 | ||
|
|
88f944fe81 |
@@ -1,2 +1,2 @@
|
||||
cuda-python == 12.6.*; platform_machine == 'aarch64'
|
||||
cuda-python == 13.3.*; platform_machine == 'aarch64'
|
||||
numpy == 1.26.*; platform_machine == 'aarch64'
|
||||
|
||||
@@ -177,6 +177,7 @@
|
||||
"en": "English (English)",
|
||||
"es": "Español (Spanish)",
|
||||
"zhCN": "简体中文 (Simplified Chinese)",
|
||||
"zhHant": "繁體中文 (Traditional Chinese)",
|
||||
"hi": "हिन्दी (Hindi)",
|
||||
"fr": "Français (French)",
|
||||
"ar": "العربية (Arabic)",
|
||||
|
||||
@@ -109,6 +109,7 @@ export default function GeneralSettings({ className }: GeneralSettingsProps) {
|
||||
"nb-NO": "nb",
|
||||
"yue-Hant": "yue",
|
||||
"zh-CN": "zhCN",
|
||||
"zh-Hant": "zhHant",
|
||||
"pt-BR": "ptBR",
|
||||
};
|
||||
|
||||
|
||||
@@ -34,6 +34,8 @@ const localeMap: Record<string, () => Promise<Locale>> = {
|
||||
sk: () => import("date-fns/locale/sk").then((module) => module.sk),
|
||||
"yue-Hant": () =>
|
||||
import("date-fns/locale/zh-HK").then((module) => module.zhHK),
|
||||
"zh-Hant": () =>
|
||||
import("date-fns/locale/zh-TW").then((module) => module.zhTW),
|
||||
lt: () => import("date-fns/locale/lt").then((module) => module.lt),
|
||||
th: () => import("date-fns/locale/th").then((module) => module.th),
|
||||
ca: () => import("date-fns/locale/ca").then((module) => module.ca),
|
||||
|
||||
@@ -29,6 +29,7 @@ export const supportedLanguageKeys = [
|
||||
"nb-NO",
|
||||
"sv",
|
||||
"zh-CN",
|
||||
"zh-Hant",
|
||||
"yue-Hant",
|
||||
"ja",
|
||||
"vi",
|
||||
|
||||
Reference in New Issue
Block a user