diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-03-26 17:36:39 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-03-26 17:36:39 -0300 |
| commit | f1c8bbf0f95a7f9ef52e041628e79a875b55aae4 (patch) | |
| tree | e3a8d8ee6479fcaa3282ecc276738f230ecb84d1 /src/strings-default.yaml | |
| parent | 01bd5cec3a83e9ced7715954e76dd820aa7e91dd (diff) | |
content, css: generateContentEntryDate: relative date
Diffstat (limited to 'src/strings-default.yaml')
| -rw-r--r-- | src/strings-default.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 82909569..54741239 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -545,6 +545,18 @@ misc: date.sometime.range: "sometime {DATE_RANGE}" date.throughout.range: "throughout {DATE_RANGE}" + date.sameDayAsAlbum: "same date as this album" + date.sameDayAsSingle: "same date as this single" + date.sameDayAsTrack: "same date as this track" + date.sameDayAsFlash: "same date as this flash" + + date.relativeTo: + _: "with respect to {THING} —" + album: "this album" + single: "this single" + track: "this track" + flash: "this flash" + info: fromMainRelease: >- The following commentary is properly placed on this track's main release, {ALBUM}. |