« get me outta code hell

content, data: 'unofficial localization' name style - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateRelationsContentHeading.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-06-07 21:31:46 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-06-07 21:31:46 -0300
commit532830d9fd6de3ff44989e5d8f586167ba8c3aec (patch)
tree7205e53da0164859c642b996ed204d7860d1e59c /src/content/dependencies/generateRelationsContentHeading.js
parentfd393d953fcd50893e200fc77c95d2ed8cce5801 (diff)
content, data: 'unofficial localization' name style
Diffstat (limited to 'src/content/dependencies/generateRelationsContentHeading.js')
-rw-r--r--src/content/dependencies/generateRelationsContentHeading.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/content/dependencies/generateRelationsContentHeading.js b/src/content/dependencies/generateRelationsContentHeading.js
index f4fd6ad4..60d90424 100644
--- a/src/content/dependencies/generateRelationsContentHeading.js
+++ b/src/content/dependencies/generateRelationsContentHeading.js
@@ -19,7 +19,8 @@ export default {
   generate(data, relations, slots, {html, language}) {
     const namePart =
       (data.nameStyle === 'utility' ||
-       data.nameStyle === 'unofficial'
+       data.nameStyle === 'unofficial' ||
+       data.nameStyle === 'unofficial localization'
         ? null
         : html.tag('i', data.name));