diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-02-09 00:34:13 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-25 20:03:29 -0400 |
commit | 27ed45cf9652b4859ca65092b974bd02b9fb107c (patch) | |
tree | 81b22282813b38b85a46b554208208a2e7a70125 /src/strings-default.yaml | |
parent | cc87d79e3cfc39fed8bf6d55b061824a3fd35318 (diff) |
content: generateArtTagInfoPage (etc): times featured map
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 8c990cd9..29994b52 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -149,6 +149,16 @@ count: many: "" other: "{MONTHS} months" + timesFeatured: + _: "{TIMES_FEATURED}" + withUnit: + zero: "" + one: "featured {TIMES_FEATURED} time" + two: "" + few: "" + many: "" + other: "featured {TIMES_FEATURED} times" + timesReferenced: _: "{TIMES_REFERENCED}" withUnit: @@ -1326,10 +1336,14 @@ artTagInfoPage: item: _: "{TAG}" + withGallery: _: "{TAG} ({GALLERY})" gallery: "Gallery" + withTimesUsed: "{TAG} ({TIMES_USED})" + withGallery.withTimesUsed: "{TAG} ({GALLERY}, {TIMES_USED})" + # # artTagGalleryPage: # The tag gallery page displays all the artworks that a tag has |