« get me outta code hell

content, data: Track.datePosted, etc - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/strings-default.yaml
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-06-04 08:55:25 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-06-04 08:55:25 -0300
commitaeed300cb9f4fc543a4fdadc294106e455900309 (patch)
tree1f317d539dd78b6c5caaad91c65246d9ff3330e2 /src/strings-default.yaml
parentaee74d1a422ca41a2f7fac7cf4cbc5e9285243a8 (diff)
content, data: Track.datePosted, etc
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r--src/strings-default.yaml54
1 files changed, 45 insertions, 9 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml
index 4e1bf94c..ee7dff25 100644
--- a/src/strings-default.yaml
+++ b/src/strings-default.yaml
@@ -292,6 +292,11 @@ releaseInfo:
   released: "Released {DATE}."
   albumReleased: "Album released {DATE}."
   trackReleased: "Track released {DATE}."
+
+  posted: "Posted {DATE}."
+  albumPosted: "Album posted {DATE}."
+  trackPosted: "Track posted {DATE}."
+
   addedToWiki: "Added to wiki {DATE}."
 
   unofficialName: >-
@@ -1394,13 +1399,38 @@ albumPage:
     #   string, ex. "63 tracks".
 
     body:
-      withDuration: "{DURATION}."
-      withTracks: "{TRACKS}."
-      withReleaseDate: Released {DATE}.
-      withDuration.withTracks: "{DURATION}, {TRACKS}."
-      withDuration.withReleaseDate: "{DURATION}. Released {DATE}."
-      withTracks.withReleaseDate: "{TRACKS}. Released {DATE}."
-      withDuration.withTracks.withReleaseDate: "{DURATION}, {TRACKS}. Released {DATE}."
+      withDuration: >-
+        {DURATION}.
+
+      withTracks: >-
+        {TRACKS}.
+
+      withDateReleased: >-
+        Released {DATE}.
+
+      withDatePosted: >-
+        Posted {DATE}.
+
+      withDuration.withTracks: >-
+        {DURATION}, {TRACKS}.
+
+      withDuration.withDateReleased: >-
+        {DURATION}. Released {DATE}.
+
+      withDuration.withDatePosted: >-
+        {DURATION}. Posted {DATE}.
+
+      withTracks.withDateReleased: >-
+        {TRACKS}. Released {DATE}.
+
+      withTracks.withDatePosted: >-
+        {DURATION}. Posted {DATE}.
+
+      withDuration.withTracks.withDateReleased: >-
+        {DURATION}, {TRACKS}. Released {DATE}.
+
+      withDuration.withTracks.withDatePosted: >-
+        {DURATION}, {TRACKS}. Posted {DATE}.
 
 #
 # albumGalleryPage:
@@ -1421,12 +1451,18 @@ albumGalleryPage:
   statsLine: >-
     {TRACKS} totaling {DURATION}.
 
-  statsLine.withDate: >-
+  statsLine.withDateReleased: >-
     {TRACKS} totaling {DURATION}. Released {DATE}.
 
-  statsLine.withDate.noDuration: >-
+  statsLine.withDatePosted: >-
+    {TRACKS} totaling {DURATION}. Posted {DATE}.
+
+  statsLine.withDateReleased.noDuration: >-
     Released {DATE}.
 
+  statsLine.withDatePosted.noDuration: >-
+    Posted {DATE}.
+
   # coverArtistsLine:
   #   This is displayed if every track (which has artwork at all)
   #   has the same illustration credits.