add trademark translations to ecosystem.json

This commit is contained in:
tequ
2026-04-21 01:53:33 +09:00
parent f1e2251b75
commit 5c98181a9c
2 changed files with 7 additions and 8 deletions

View File

@@ -157,13 +157,7 @@ const sections = ecosystemData.sections.map((section) =>
)
})}
<p class="xe-tm">
{locale === 'es'
? 'Todas las marcas y logotipos son propiedad de sus respectivos dueños.'
: locale === 'ja'
? 'すべての商標およびロゴは、各所有者の財産です。'
: 'All trademarks and logos are the property of their respective owners.'}
</p>
<p class="xe-tm">{ecosystemData.trademark[locale]}</p>
</section>
<style>

View File

@@ -300,5 +300,10 @@
}
]
}
]
],
"trademark": {
"en": "All trademarks and logos are the property of their respective owners.",
"es": "Todas las marcas y logotipos son propiedad de sus respectivos dueños.",
"ja": "すべての商標およびロゴは、各所有者の財産です。"
}
}