Page 1 of 1

Translation in Italian

Posted: Sun Aug 26, 2018 8:41 am
by roberto
Hello,
I am translating the added text from 0.7.1 to 0.7.2 release.
I fount some sentences (i.e. "Sleeping quarters in Loneford10", "Found gold on waytolake7b", ecc) that seems to be a "marker" for some internal technical activities of the game and not a real sentence that need to be transalted: what kind of place could be named "waytolake7b"? It seems to be a "software label", not a "real" place into the game as Nor City or Loneford, just to say.

So, how to do with those strings?

More, i found also a "TODO", "Placeholder for hidden quest stages 2 (not displayed)", ecc. Seems that some sentence in english are still miss.

Re: Translation in Italian

Posted: Sun Aug 26, 2018 10:12 am
by Zukero
Hello Roberto. These are indeed strings that will never be displayed in-game, and do not need a translation. As they are implemented the same way as other quests, my script exported them as translatable text.
Just disregard them.
I'll try to remember not to include them the next time :)

Re: Translation in Italian

Posted: Sun Aug 26, 2018 11:44 am
by Nut
Hello translators,
I'd recommend to wait with translations now, until you've played the coming release.
The new texts are already included and would be a big spoiler...

Re: Translation in Italian

Posted: Sun Aug 26, 2018 12:27 pm
by roberto
Zukero wrote: Sun Aug 26, 2018 10:12 am Hello Roberto. These are indeed strings that will never be displayed in-game, and do not need a translation. As they are implemented the same way as other quests, my script exported them as translatable text.
Just disregard them.
I'll try to remember not to include them the next time :)
My suggestion, if i can say, is to add a special mark to those kind of strings: i.e. start with "##" and end with "^^" or other kind of signals. So translators immediately understand they are not "text" but "markers".

Re: Translation in Italian

Posted: Sun Aug 26, 2018 1:15 pm
by Nut
8-) Good idea

Re: Translation in Italian

Posted: Sun Aug 26, 2018 1:51 pm
by rijackson741
Yes, there are quite a large number of such strings. They are in hidden quests that players never see, but we use them to keep track of what players have done. For example, "Found gold on waytolake7b" is the marker to indicate that you found some gold on that map, which is used to make sure you can't find it more than once.

We could mark such strings with special characters, but they are already marked internally as part of a non-diaplayable quest log. If Zukero can filter them out of the translations using that, then the special characters are not necessary.