frigate/web/src/lib/const.ts
Nicolas Mowen 02f75d3b1f
Fixes (#18751)
* Catch intel GPU stats decode error

* Add Vietnamese

---------

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-06-17 14:11:19 -05:00

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