diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-11-17 10:06:28 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-11-17 13:40:01 -0400 |
commit | 1b38561fa4fda4ef314d3db035812c35976487fe (patch) | |
tree | 232b42f3d80daa087fee4ae4600610ddc44de5d3 /src/strings-default.yaml | |
parent | 0d74914e3c3c345ddac3025b561b88ed9a055f95 (diff) |
content: generate{Artist,Group}InfoPage: alias links
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index f6c21c72..5f82a1a1 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -1081,6 +1081,8 @@ artistPage: _: "{GROUP}" withAnnotation: "{GROUP} ({ANNOTATION})" + alias: "This artist is an alias of {GROUPS}." + creditList: # album: @@ -1318,6 +1320,8 @@ groupInfoPage: one: "View artist page: {ARTIST}." multiple: "View artist pages: {ARTISTS}." + aliases: "View alias pages: {ALIASES}." + artist: _: "{ARTIST}" withAnnotation: "{ARTIST} ({ANNOTATION})" |