mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-07 05:54:10 +03:00
* Catch intel GPU stats decode error * Add Vietnamese --------- Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
22 lines
206 B
TypeScript
22 lines
206 B
TypeScript
export const supportedLanguageKeys = [
|
|
"en",
|
|
"es",
|
|
"pt",
|
|
"fr",
|
|
"de",
|
|
"it",
|
|
"ca",
|
|
"nl",
|
|
"nb-NO",
|
|
"zh-CN",
|
|
"yue-Hant",
|
|
"vi",
|
|
"th",
|
|
"he",
|
|
"ru",
|
|
"tr",
|
|
"pl",
|
|
"uk",
|
|
"cs",
|
|
];
|