From 27d366fd2de98d816ef0698a1a6d5b4d59b388ca Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 5 May 2022 19:36:59 -0300 Subject: support albums and tracks without release dates --- src/strings-default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/strings-default.json') diff --git a/src/strings-default.json b/src/strings-default.json index 1fc6d8a4..1c5fbc68 100644 --- a/src/strings-default.json +++ b/src/strings-default.json @@ -172,6 +172,7 @@ "artistPage.title": "{ARTIST}", "artistPage.creditList.album": "{ALBUM}", "artistPage.creditList.album.withDate": "{ALBUM} ({DATE})", + "artistPage.creditList.album.withDuration": "{ALBUM} ({DURATION})", "artistPage.creditList.album.withDate.withDuration": "{ALBUM} ({DATE}; {DURATION})", "artistPage.creditList.flashAct": "{ACT}", "artistPage.creditList.flashAct.withDateRange": "{ACT} ({DATE_RANGE})", @@ -191,7 +192,6 @@ "artistPage.artGroupsLine": "Contributed art to groups: {GROUPS}", "artistPage.groupsLine.item": "{GROUP} ({CONTRIBUTIONS})", "artistPage.trackList.title": "Tracks", - "artistPage.unreleasedTrackList.title": "Unreleased Tracks", "artistPage.artList.title": "Art", "artistPage.flashList.title": "Flashes & Games", "artistPage.commentaryList.title": "Commentary", @@ -217,6 +217,7 @@ "groupInfoPage.viewAlbumGallery.link": "album gallery", "groupInfoPage.albumList.title": "Albums", "groupInfoPage.albumList.item": "({YEAR}) {ALBUM}", + "groupInfoPage.albumList.item.withoutYear": "{ALBUM}", "groupInfoPage.albumList.item.withAccent": "{ITEM} {ACCENT}", "groupInfoPage.albumList.item.otherGroupAccent": "(from {GROUP})", "groupGalleryPage.title": "{GROUP} - Gallery", -- cgit 1.3.0-6-gf8a5