« get me outta code hell

divide referenced-by lists by configurable groups - 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-22 12:00:01 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-05-22 12:00:23 -0300
commitf6bd91ea9beef64e0ff0865560219a64a367bb5b (patch)
tree053700f2bc57d395148d90b77daa6e4e3cb4a849 /src/strings-default.json
parent3b542d286f66e54cb10507fb196a61b7b2f1ee94 (diff)
divide referenced-by lists by configurable groups
...instead of hard-coding 'em
Diffstat (limited to 'src/strings-default.json')
-rw-r--r--src/strings-default.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/strings-default.json b/src/strings-default.json
index 9ece6a8..b607b06 100644
--- a/src/strings-default.json
+++ b/src/strings-default.json
@@ -111,7 +111,9 @@
     "releaseInfo.additionalFiles.file": "{FILE}",
     "releaseInfo.additionalFiles.file.withSize": "{FILE} ({SIZE})",
     "releaseInfo.note": "Note:",
-    "trackList.group": "{GROUP} ({DURATION}):",
+    "trackList.section.withDuration": "{SECTION} ({DURATION}):",
+    "trackList.group": "{GROUP}:",
+    "trackList.group.other": "Other",
     "trackList.item.withDuration": "({DURATION}) {TRACK}",
     "trackList.item.withDuration.withArtists": "({DURATION}) {TRACK} {BY}",
     "trackList.item.withArtists": "{TRACK} {BY}",