diff options
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 386d1a42..4ef9624c 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -57,6 +57,16 @@ count: many: "" other: "{ALBUMS} albums" + artTags: + _: "{TAGS}" + withUnit: + zero: "" + one: "{TAGS} tag" + two: "" + few: "" + many: "" + other: "{TAGS} tags" + artworks: _: "{ARTWORKS}" withUnit: @@ -1272,6 +1282,9 @@ artTagPage: nav: tag: "Tag: {TAG}" + sidebar: + otherTagsExempt: "(…another {TAGS}…)" + # # artTagInfoPage: # The art tag info page displays general information about a tag, |