i18n miscellaneous fixes (#21614)
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions

* fix: fix face library unknown label i18n wrong

* fix: fix review genai threat level i18n

* fix: fix preview unknown label i18n

* fix: fix AM/PM i18n display issue
This commit is contained in:
GuoQing Liu
2026-01-12 09:15:27 -06:00
committed by GitHub
parent 7b5a1b7284
commit 91cc6747b6
4 changed files with 12 additions and 8 deletions
@@ -342,7 +342,9 @@ export default function PreviewThumbnailPlayer({
default:
return (
THREAT_LEVEL_LABELS[threatLevel as ThreatLevel] ||
"Unknown"
t("details.unknown", {
ns: "views/classificationModel",
})
);
}
})()}