« get me outta code hell

album page social embeds - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/strings-default.json
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-12-28 21:56:54 -0400
committer(quasar) nebula <qznebula@protonmail.com>2022-12-28 21:56:54 -0400
commit65e77ad3a66cd61910f916a26da1f4ce7be54dcf (patch)
tree8283884f86b658a4403ab71575974de48ecbb08f /src/strings-default.json
parentcfefc5017cc418d8356c65e40eb20c70c9afbc88 (diff)
album page social embeds
Diffstat (limited to 'src/strings-default.json')
-rw-r--r--src/strings-default.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/strings-default.json b/src/strings-default.json
index ab08cdc..e8245d6 100644
--- a/src/strings-default.json
+++ b/src/strings-default.json
@@ -202,6 +202,15 @@
   "albumPage.nav.randomTrack": "Random Track",
   "albumPage.nav.gallery": "Gallery",
   "albumPage.nav.commentary": "Commentary",
+  "albumPage.socialEmbed.heading": "{GROUP}",
+  "albumPage.socialEmbed.title": "{ALBUM}",
+  "albumPage.socialEmbed.body.withDuration": "{DURATION}.",
+  "albumPage.socialEmbed.body.withTracks": "{TRACKS}.",
+  "albumPage.socialEmbed.body.withReleaseDate": "Released {DATE}.",
+  "albumPage.socialEmbed.body.withDuration.withTracks": "{DURATION}, {TRACKS}.",
+  "albumPage.socialEmbed.body.withDuration.withReleaseDate": "{DURATION}. Released {DATE}.",
+  "albumPage.socialEmbed.body.withTracks.withReleaseDate": "{TRACKS}. Released {DATE}.",
+  "albumPage.socialEmbed.body.withDuration.withTracks.withReleaseDate": "{DURATION}, {TRACKS}. Released {DATE}.",
   "albumGalleryPage.title": "{ALBUM} - Gallery",
   "albumGalleryPage.infoLine": "{TRACKS} totaling {DURATION}.",
   "albumGalleryPage.infoLine.withDate": "{TRACKS} totaling {DURATION}. Released {DATE}.",