diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-02-20 00:35:30 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-03-02 08:24:13 -0400 |
commit | 5580640828d71d3c17f1c1f3ac51b42a9082d663 (patch) | |
tree | 4a27b7ef44107799d81ff31c28736234e8c21e27 /src/strings-default.yaml | |
parent | b9164020ecf0a8a136c7e45c4c23fe38fc29cd98 (diff) |
content: generateArtistInfoPageRereleaseTooltip, etc (wip)
Missing tooltip for first release + link hash target so this is very much still wip
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 |