fix entity locales to titleCase

This commit is contained in:
jeffvli
2026-05-12 18:50:03 -07:00
parent 1616021451
commit ce7a319d2f
10 changed files with 81 additions and 81 deletions
+4 -4
View File
@@ -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",