frigate/web/src/lib/const.ts
Josh Hawkins 37d40558b7
Fixes (#18319)
* 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>
2025-05-20 16:47:05 -06:00

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",
];