mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 17:04:16 +02:00
fix entity locales to titleCase
This commit is contained in:
@@ -171,14 +171,14 @@
|
||||
"entity": {
|
||||
"album_one": "Album",
|
||||
"album_other": "Albums",
|
||||
"albumArtist_one": "Album artist",
|
||||
"albumArtist_other": "Album artists",
|
||||
"albumArtist_one": "Album Artist",
|
||||
"albumArtist_other": "Album Artists",
|
||||
"albumArtistCount_one": "{{count}} album artist",
|
||||
"albumArtistCount_other": "{{count}} album artists",
|
||||
"albumWithCount_one": "{{count}} album",
|
||||
"albumWithCount_other": "{{count}} albums",
|
||||
"radioStation_one": "Radio station",
|
||||
"radioStation_other": "Radio stations",
|
||||
"radioStation_one": "Radio Station",
|
||||
"radioStation_other": "Radio Stations",
|
||||
"radioStationWithCount_one": "{{count}} radio station",
|
||||
"radioStationWithCount_other": "{{count}} radio stations",
|
||||
"artist_one": "Artist",
|
||||
|
||||
Reference in New Issue
Block a user