mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
add translation
This commit is contained in:
@@ -139,6 +139,8 @@
|
||||
"genreWithCount_other": "{{count}} genres",
|
||||
"playlist_one": "playlist",
|
||||
"playlist_other": "playlists",
|
||||
"play_one": "{{count}} play",
|
||||
"play_other": "{{count}} plays",
|
||||
"playlistWithCount_one": "{{count}} playlist",
|
||||
"playlistWithCount_other": "{{count}} playlists",
|
||||
"smartPlaylist": "smart $t(entity.playlist_one)",
|
||||
|
||||
@@ -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,
|
||||
}),
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user