« get me outta code hell

social embeds (discord, maybe twitter) - 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-05-15 23:50:42 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-05-15 23:50:42 -0300
commitebded2fc40c3ff2faead343b9f68d768e6db2c32 (patch)
tree73aee0ff6437053f11fd63691945b6b0e62d6557 /src/strings-default.json
parent44104a8970a10dff2894745f0c904644ca3234e0 (diff)
social embeds (discord, maybe twitter)
Tracks only for now, but more will come Soon(TM)!
Diffstat (limited to 'src/strings-default.json')
-rw-r--r--src/strings-default.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/strings-default.json b/src/strings-default.json
index cc4ec1d..f1a5302 100644
--- a/src/strings-default.json
+++ b/src/strings-default.json
@@ -156,6 +156,7 @@
     "misc.skippers.skipToSidebar.left": "Skip to sidebar (left)",
     "misc.skippers.skipToSidebar.right": "Skip to sidebar (right)",
     "misc.skippers.skipToFooter": "Skip to footer",
+    "misc.socialEmbed.heading": "{WIKI_NAME} | {HEADING}",
     "misc.jumpTo": "Jump to:",
     "misc.jumpTo.withLinks": "Jump to: {LINKS}.",
     "misc.contentWarnings": "cw: {WARNINGS}",
@@ -358,5 +359,10 @@
     "trackPage.referenceList.official": "Official:",
     "trackPage.nav.track": "{TRACK}",
     "trackPage.nav.track.withNumber": "{NUMBER}. {TRACK}",
-    "trackPage.nav.random": "Random"
+    "trackPage.nav.random": "Random",
+    "trackPage.socialEmbed.heading": "{ALBUM}",
+    "trackPage.socialEmbed.title": "{TRACK}",
+    "trackPage.socialEmbed.body.withArtists.withCoverArtists": "By {ARTISTS}; art by {COVER_ARTISTS}.",
+    "trackPage.socialEmbed.body.withArtists": "By {ARTISTS}.",
+    "trackPage.socialEmbed.body.withCoverArtists": "Art by {COVER_ARTISTS}."
 }