SpaceCat97 / SpaceCats-Wikis

Other
2 stars 0 forks source link

ASB suggestion: add translation text of entity attribute #24

Closed Karashok-Leo closed 3 months ago

Karashok-Leo commented 3 months ago

Each registered attribute has its own translation key. Maybe their texts can be displayed as translation texts in tooltip.

SpaceCat97 commented 3 months ago

Try using the "description" field here: https://github.com/SpaceCat97/SpaceCats-Wikis/wiki/Bonus-Object

If you do something like "tooltip.bonus.MY_BONUS_TEXT" then you can set it in the language file like this: "tooltip.bonus.MY_BONUS_TEXT": "my bonus text"

Karashok-Leo commented 3 months ago

This will be a huge workload. as I have hundreds of bonuses. 😭

SpaceCat97 commented 3 months ago

That's the way it has to be unfortunately. I reviewed this properly and tried adding something in but the solution already exists. Even if I added a new solution in you would still have to add a bunch of entries into your translation file.