frigate/web/src/lib/const.ts
Josh Hawkins 8a143b4284
Fixes (#18304)
* fix recordings check

* Only calculate inpoint offset for beginning of hour segment

* Cleanup

* Fix seeking

* add Czech

* explore i18n fix

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2025-05-19 14:43:22 -06:00

17 lines
166 B
TypeScript

export const supportedLanguageKeys = [
"en",
"es",
"fr",
"de",
"it",
"nl",
"nb-NO",
"zh-CN",
"yue-Hant",
"ru",
"tr",
"pl",
"uk",
"cs",
];