Revolutionary-Games / Thrive

The main repository for the development of the evolution game Thrive.
https://revolutionarygamesstudio.com/
Other
2.69k stars 482 forks source link

Check that right-to-left translations work fine after Godot 4 #1992

Open hhyyrylainen opened 3 years ago

hhyyrylainen commented 3 years ago

Currently right-to-left text using translations are broken (characters are in the wrong order). Godot 4 seems to add support for this: https://github.com/godotengine/godot/issues/33111 https://github.com/godotengine/godot/issues/982 https://github.com/godotengine/godot-proposals/issues/4

So once we update to Godot 4 we should verify that the translations work fine, then.

hhyyrylainen commented 1 month ago

This likely needs: https://github.com/Revolutionary-Games/Thrive/issues/4957 to be testable.