diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-05-01 18:37:35 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-05-01 18:37:35 -0300 |
| commit | a1d39a16ab3ed60a9af4ef277fbf5c4a98a84b2d (patch) | |
| tree | 5533aa908374b3575fbf1091950abde6e710a606 /src/strings-default.yaml | |
| parent | f6aad9a81fbb1b4e619355cbec316988837fb61a (diff) | |
content: generateListenLineOrList, generateReleaseInfoBlock
Diffstat (limited to 'src/strings-default.yaml')
| -rw-r--r-- | src/strings-default.yaml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 458e85e7..227bcac2 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -370,14 +370,19 @@ releaseInfo: sizeWarning: >- (Heads up! If you're on a mobile plan, this is a large download.) - listenOn: - _: "Listen on {LINKS}." - noLinks: >- - This wiki doesn't have any listening links for {NAME}. + listenOn: "Listen on {LINKS}." + listenOn.title: "Listen on:" + listenOn.noLinks: >- + This wiki doesn't have any listening links for {NAME}. visitOn: "Visit on {LINKS}." + visitOn.title: "Visit on:" + playOn: "Play on {LINKS}." + playOn.title: "Play on:" + watchOn: "Watch on {LINKS}." + watchOn.title: "Watch on:" readCommentary: _: "Read {LINK}." |