mirror of
https://github.com/Xahau/xahau-web.git
synced 2026-08-22 10:30:51 +00:00
add trademark translations to ecosystem.json
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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": "すべての商標およびロゴは、各所有者の財産です。"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user