mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
add translation
This commit is contained in:
parent
f5a04980a4
commit
748db032c7
2 changed files with 5 additions and 1 deletions
|
|
@ -50,7 +50,9 @@ export const AlbumDetailHeader = forwardRef(
|
|||
},
|
||||
{
|
||||
id: 'playCount',
|
||||
value: `${detailQuery?.data?.playCount} plays`,
|
||||
value: t('entity.play', {
|
||||
count: detailQuery?.data?.playCount as number,
|
||||
}),
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue