add declension of words

This commit is contained in:
smanylov
2026-01-08 17:21:09 +07:00
parent 3c0fea3eb0
commit d81ed71e1d
10 changed files with 112 additions and 31 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ export const StackedBarChart = ({ data }: Files) => {
<div
className={`font-bold text-[${CHECKS_COLOR}]`}
>
{t('check')}: {totalChecks}
{t('checks')}: {totalChecks}
</div>
<div
className={`font-bold text-[${VIOLATIONS_COLOR}]`}
+1 -1
View File
@@ -668,7 +668,7 @@ export default function TanstakFilesTable({ fileType }: { fileType: string }) {
{t('all-types')}
</li>
<li value="image">
{t('images')}
{t('images-few')}
</li>
<li value="video">
{t('videos')}