mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
remove direct references to plural translation keys
This commit is contained in:
@@ -81,7 +81,7 @@ export const SearchHeader = ({ navigationId }: SearchHeaderProps) => {
|
||||
}}
|
||||
variant={itemType === LibraryItem.SONG ? 'filled' : 'default'}
|
||||
>
|
||||
{t('entity.track_other', { postProcess: 'sentenceCase' })}
|
||||
{t('entity.track', { count: 2, postProcess: 'sentenceCase' })}
|
||||
</Button>
|
||||
<Button
|
||||
component={Link}
|
||||
@@ -97,7 +97,7 @@ export const SearchHeader = ({ navigationId }: SearchHeaderProps) => {
|
||||
}}
|
||||
variant={itemType === LibraryItem.ALBUM ? 'filled' : 'default'}
|
||||
>
|
||||
{t('entity.album_other', { postProcess: 'sentenceCase' })}
|
||||
{t('entity.album', { count: 2, postProcess: 'sentenceCase' })}
|
||||
</Button>
|
||||
<Button
|
||||
component={Link}
|
||||
@@ -113,7 +113,7 @@ export const SearchHeader = ({ navigationId }: SearchHeaderProps) => {
|
||||
}}
|
||||
variant={itemType === LibraryItem.ALBUM_ARTIST ? 'filled' : 'default'}
|
||||
>
|
||||
{t('entity.artist_other', { postProcess: 'sentenceCase' })}
|
||||
{t('entity.artist', { count: 2, postProcess: 'sentenceCase' })}
|
||||
</Button>
|
||||
</ButtonGroup>
|
||||
<ListConfigMenu {...listConfigMenuProps[itemType]} />
|
||||
|
||||
Reference in New Issue
Block a user