mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
ngetext playcount
This commit is contained in:
@@ -324,7 +324,7 @@ def get_stats():
|
||||
playcount = StatItem(
|
||||
"streams",
|
||||
said_period,
|
||||
f"{playcount} track{'' if playcount == 1 else 's'} played",
|
||||
f"{playcount} track {ngettext('play', 'plays', playcount)}",
|
||||
)
|
||||
|
||||
playduration = StatItem(
|
||||
|
||||
Reference in New Issue
Block a user