remove direct references to plural translation keys

This commit is contained in:
jeffvli
2026-01-29 19:52:42 -08:00
parent c1f48b21a4
commit 74b0e38f7e
10 changed files with 50 additions and 28 deletions
@@ -120,7 +120,7 @@ export const FeaturedGenres = () => {
<>
<Group align="flex-end" justify="space-between">
<TextTitle fw={700} isNoSelect order={3}>
{t('entity.genre_other', { postProcess: 'titleCase' })}
{t('entity.genre', { count: 2, postProcess: 'titleCase' })}
</TextTitle>
<Button
component={Link}