mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 16:34:24 +02:00
fix translation files to use correct plurality references
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"action": {
|
||||
"addToFavorites": "tilføj til $t(entity.favorite_other)",
|
||||
"addToPlaylist": "tilføj til $t(entity.playlist_one)",
|
||||
"addToFavorites": "tilføj til $t(entity.favorite, {\"count\": 2})",
|
||||
"addToPlaylist": "tilføj til $t(entity.playlist, {\"count\": 1})",
|
||||
"addOrRemoveFromSelection": "tilføj eller fjern fra valg",
|
||||
"selectAll": "vælge alt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user