notapixelstudio / starship-olympics

A fast-paced local party game with starships that battle in a 2d top-down arena
https://notapixel.itch.io/starship-olympics
Other
504 stars 43 forks source link

Issues with translating tutorial texts #1128

Closed tafode closed 1 year ago

tafode commented 1 year ago

I tried to translate the tutorial texts into German, but I'm facing some issues.

First, I'm not sure if it is the best idea to have the strings like "MOVE" and "MOVE +". Maybe it would make more sense to just have MOVE in one label and the + in another one. So it doesn't need to be translated in 2 strings. The same is true for "CHARGE AND DASH" and "CHARGE AND DASH +".

After translating the strings I realized that if the translated text is bigger than the original English one, it can lead to issues like this: String_5 string_4

Maybe there is a way to allow longer texts in the tutorial screen without breaking the layout.

nitaku commented 1 year ago

You are absolutely right, these tutorial screens were put up together in a hurry, and they don't support texts of different sizes. We plan to implement a radically different tutorial screen in upcoming versions of the game though. Let's keep the current tutorial as it is for the moment. The new one will support multiple languages.