mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-10-04 23:24:20 +08:00
Support automatic language selection based on system language (#17953)
* Support automatic language selection * Handle non-matching keys * Cleanup * Handle region specific language codes from browser * Fix passing in requestor
This commit is contained in:
14
web/src/lib/const.ts
Normal file
14
web/src/lib/const.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export const supportedLanguageKeys = [
|
||||
"en",
|
||||
"es",
|
||||
"fr",
|
||||
"de",
|
||||
"it",
|
||||
"nl",
|
||||
"nb-NO",
|
||||
"tr",
|
||||
"pl",
|
||||
"zh-CN",
|
||||
"yue-Hant",
|
||||
"ru",
|
||||
];
|
Reference in New Issue
Block a user