News:

The Forum Rules and Guidelines
Our forum has Rules and Guidelines. Please, be kind and read them ;).

Text translation problem

Started by Milko, May 07, 2013, 09:23:29 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Milko

Hello James

I translated "No passenger stops within walking distance\n" but in RC9005 text appear untraslated.

Giuseppe

jamespetts

Hmm, that's very odd: the text is copied exactly from the code here:


if(!any_suitable_stops_passengers)
{
buf.append(translator::translate("No passenger stops within walking distance\n"));
}

if(!any_suitable_stops_mail)
{
buf.append(translator::translate("\nNo postboxes within walking distance"));
}


Can you double check to ensure that there is not an error in the translation text file (all texts after a certain point not translating because there is an extra line, or something of the sort)?
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Milko

Sorry James, my fault, the text it's now ok.

Giuseppe

jamespetts

Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.