Page 1 of 1

Missing space problem

Posted: 17 March 2017, 19:48
by Wakan Tanka
Some strings available for translations have a space at the end. Like this one from Celestia:
"Airship over island "
And this space is there for a reason. In game after this text, a number of the island is displayed. This sometimes causes a problem because translators very often don't notice this space (or don't know it's necessary) and enter their translations without the space at the end. What's more ,no one can fix this because adding a space to the string is not considered a translation improvement. So, is there anything we can do about it?

Re: Missing space problem

Posted: 23 March 2017, 18:47
by Een
Please report it to the developer in the bugs section. All necessary space between a translatable string and another element should be handled programmatically (by concatenating a space in the code or - better - by using a translatable string with a substitution variable such as "Airship over island ${island_name}").

Re: Missing space problem

Posted: 24 March 2017, 00:51
by diamant
Wakan Tanka wrote:Some strings available for translations have a space at the end. Like this one from Celestia:
"Airship over island "
I translated this string in french. I could not add a standard space, so I added a non-breaking space (character 160, extended ASCII).