* 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>
This commit is contained in:
Josh Hawkins
2025-05-20 17:47:05 -05:00
committed by GitHub
parent afe513336c
commit 37d40558b7
5 changed files with 9 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ const localeMap: Record<string, () => Promise<Locale>> = {
sk: () => import("date-fns/locale/sk").then((module) => module.sk),
"yue-Hant": () =>
import("date-fns/locale/zh-HK").then((module) => module.zhHK),
th: () => import("date-fns/locale/th").then((module) => module.th),
};
export function useDateLocale(): Locale {

View File

@@ -8,6 +8,7 @@ export const supportedLanguageKeys = [
"nb-NO",
"zh-CN",
"yue-Hant",
"th",
"ru",
"tr",
"pl",

View File

@@ -901,7 +901,9 @@ function FaceAttempt({
}
return imgRef.current.naturalWidth * imgRef.current.naturalHeight;
}, [imgRef]);
// only refresh when severity changes
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [imgRef.current]);
// api calls