mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 20:47:42 +03:00
pluralize for other languages
This commit is contained in:
parent
55351d86ab
commit
63d89c952f
@ -96,7 +96,11 @@ export default function ReviewActionGroup({
|
||||
<div className="absolute inset-x-2 inset-y-0 flex items-center justify-between gap-2 bg-background py-2 md:left-auto">
|
||||
<div className="mx-1 flex items-center justify-center text-sm text-muted-foreground">
|
||||
<div className="p-1">
|
||||
{selectedReviews.length} {t("selected", { ns: "views/events" })}
|
||||
{selectedReviews.length}{" "}
|
||||
{t("selected", {
|
||||
ns: "views/events",
|
||||
count: selectedReviews.length,
|
||||
})}
|
||||
</div>
|
||||
<div className="p-1">{"|"}</div>
|
||||
<div
|
||||
|
||||
Loading…
Reference in New Issue
Block a user