diff options
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index abbc9373..887f4fbb 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -1202,7 +1202,19 @@ artistPage: # artists or contributors, and get dimmed a little compared # to original release track entries. - rerelease: "{ENTRY} (rerelease)" + rerelease: + _: "{ENTRY} ({RERELEASE})" + term: "rerelease" + + firstRelease: >- + First released on {ALBUM} + + firstRelease: + _: "{ENTRY} ({FIRST_RELEASE})" + term: "first release" + + rerelease: >- + {WHEN}: {ALBUM} # track: # The string without duration is used in both the artist's |