mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-07 05:54:10 +03:00
* Add Thai (still need to merge weblate) * Apply attribute logic to all label types * Fix area check --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
18 lines
174 B
TypeScript
18 lines
174 B
TypeScript
export const supportedLanguageKeys = [
|
|
"en",
|
|
"es",
|
|
"fr",
|
|
"de",
|
|
"it",
|
|
"nl",
|
|
"nb-NO",
|
|
"zh-CN",
|
|
"yue-Hant",
|
|
"th",
|
|
"ru",
|
|
"tr",
|
|
"pl",
|
|
"uk",
|
|
"cs",
|
|
];
|