mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 00:59:28 +01:00
fix empty strings in nb-NO
(i don't know how to pluralize these though, just placeholders)
This commit is contained in:
parent
52e95dc959
commit
c78fc65279
@ -25,11 +25,11 @@
|
|||||||
"artistTopSongs": "Toppspor"
|
"artistTopSongs": "Toppspor"
|
||||||
},
|
},
|
||||||
"name": "Spor",
|
"name": "Spor",
|
||||||
"name_plural": ""
|
"name_plural": "Spor"
|
||||||
},
|
},
|
||||||
"album": {
|
"album": {
|
||||||
"name": "Album",
|
"name": "Album",
|
||||||
"name_plural": "",
|
"name_plural": "Album",
|
||||||
"lists": {
|
"lists": {
|
||||||
"sort": "Sorter album",
|
"sort": "Sorter album",
|
||||||
"random": "Tilfeldig",
|
"random": "Tilfeldig",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user