Add plural keys for albums and tracks
This commit is contained in:
committed by
Drew Weymouth
parent
bb8d677aab
commit
097310504c
@@ -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}} альбомов"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user