Hello James
I translated "No passenger stops within walking distance\n" but in RC9005 text appear untraslated.
Giuseppe
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)?
Sorry James, my fault, the text it's now ok.
Giuseppe
Splendid.