Add plural keys for albums and tracks

This commit is contained in:
Alexey Remizov
2025-06-27 08:09:08 -07:00
committed by Drew Weymouth
parent bb8d677aab
commit 097310504c
6 changed files with 37 additions and 5 deletions
+14
View File
@@ -277,5 +277,19 @@
"few": "{{.trackCount}} композиции добавлены в список воспроизведения",
"many": "{{.trackCount}} композиций добавлены в список воспроизведения",
"other": "{{.trackCount}} композиций добавлены в список воспроизведения"
},
"{{.trackCount}} tracks": {
"one": "{{.trackCount}} композиция",
"few": "{{.trackCount}} композиции",
"many": "{{.trackCount}} композиций",
"other": "{{.trackCount}} композиций"
},
"{{.albumsCount}} albums": {
"one": "{{.albumsCount}} альбом",
"few": "{{.albumsCount}} альбома",
"many": "{{.albumsCount}} альбомов",
"other": "{{.albumsCount}} альбомов"
}
}