SimuTranslator -Link don't work on "Not Translated Texts" page October 16, 2008, 10:38:56 am 1. Go to "Not Translated Texts" page. (Browse Texts/List un-Translated Texts)2. Click one of un-translated text.It always jump to "Object: !0_STATION_CROWDED" page. Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #1 – October 16, 2008, 11:21:21 am I downloaded text file but is broken, and don't work.for example... red characters are missingCorrect textQuote%s社は\n現在、バスの便を\n%s町と工場\n「%s」(%i,%i)\nの間に提供しています。Downloaded textQuote%s社\n現在、バスの便\n%s町と工\n「%s」(%i,%i\nの間に提供しています。Correct textQuote%s\nは車庫に着きました。\nDownloaded textQuote%\nは車庫に着きました\n Quote Selected Last Edit: October 16, 2008, 11:24:32 am by z9999
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #2 – October 16, 2008, 12:24:46 pm Those(and quite a few other errors) are known and currently worked on. The problem was a migration to a database with native UTF encoding, as far as I understood. If you look deeper, there are other issues, which will be resolved too. Just give Frank some time. Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #3 – October 18, 2008, 08:08:24 am please testing the text encodingEDITdel the link Quote Selected Last Edit: October 19, 2008, 06:15:56 pm by Frank
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #4 – October 18, 2008, 10:06:09 am Yes, it still have a problems in all language files.All one word before "\n" are missing.And also many characters or words are missing. Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #5 – October 19, 2008, 11:07:20 pm please testing the text encodingEDITdel the link Quote Selected Last Edit: October 21, 2008, 08:57:58 am by Frank
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #6 – October 20, 2008, 06:31:04 am Less problems than before, but still having many problems. Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #7 – October 21, 2008, 08:57:36 am please testing the filesEDITdel link Quote Selected Last Edit: October 22, 2008, 10:35:54 pm by Frank
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #8 – October 21, 2008, 10:28:25 am Thank you for your many work, Frank.I only see English and Japanese translation file, and both of them have no problems with encoding. Great, thank you.But I don't know about latin2 encodings. For example, I found some difference in sk.tab, but I don't know which is correct.small probles:missing:QuoteTravellers now\nuse %s's\nbusses between\n%s \nand %s.\nduplicated:QuoteP****agierePostNone Quote Selected Last Edit: October 21, 2008, 10:36:24 am by z9999
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #9 – October 21, 2008, 10:52:20 am In the attached file, 8859-2 encoded languages are wrong.…Many characters (guess: not in 8859-1) are replaced by question mark 0x3F "?", cannot be recovered - maybe some bad recoding?The header with names is correct in this encoding. Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #10 – October 21, 2008, 10:14:31 pm @VSplease test this fileEDITdel file Quote Selected Last Edit: October 22, 2008, 10:36:40 pm by Frank
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #11 – October 21, 2008, 10:23:27 pm Perfect! Thank you!Maybe a bit offtopic, but - does Simutrans support UTF-8 for translation files? Then these problems would be gone forever… Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #12 – October 21, 2008, 10:30:15 pm the Win SDL version does not correctly support utf8it was a wrong coded Import Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #13 – October 21, 2008, 11:46:53 pm Quoteduplicated:QuoteP****agierePostNonethis is fixingQuotemissing:QuoteTravellers now\nuse %s's\nbusses between\n%s \nand %s.\naddedCode: [Select]Ferry service by %s now between %s nand %s.Travellers now use %s's busses between %s nand %s. Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #14 – October 22, 2008, 05:06:42 am Quote from: Frank – on October 21, 2008, 11:46:53 pmthis is fixingaddedCode: [Select]Ferry service by %s now between %s nand %s.Travellers now use %s's busses between %s nand %s.Thank you. But unfortunately, that don't work in game."\n" is missing. In database: ("\n" is missing)QuoteFerry service by %s now between %s nand %s.Travellers now use %s's busses between %s nand %s.correct:QuoteFerry service by\n%s\nnow between\n%s \nand %s.\nTravellers now\nuse %s's\nbusses between\n%s \nand %s.\nAnd there were many untranslated texts when I made this topic.But many texts, which were added in nightly versions, seems to be gone from database. Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #15 – October 22, 2008, 05:54:00 am (sorry, double post)I found another problem.All white spaces at the top of the line were removed.For example, in en.tab.100.0: (correct)Quote Done Insert Remove bags crates until via %s\ncurrent downloaded text:QuoteDoneInsertRemovebagscratesuntil via %s\n Quote Selected Last Edit: October 22, 2008, 05:56:15 am by z9999
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #16 – October 22, 2008, 07:57:40 am Whoever has a nightly pak64 from 5.10.08 might be helpful, since this was the last correct version as far as I can tell. All missing string should be in there.I thing, many missing strings are from entries, which were not used any more, but were still in the database. Although this is guesswork. When things are back to working order, a pruge and reupload seems needed ... Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #17 – October 22, 2008, 11:10:43 pm Quote from: z9999 – on October 22, 2008, 05:54:00 am(sorry, double post)I found another problem.All white spaces at the top of the line were removed....fixed Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #18 – October 24, 2008, 05:07:12 am Quote from: prissi – on October 22, 2008, 07:57:40 amWhoever has a nightly pak64 from 5.10.08 might be helpful, since this was the last correct version as far as I can tell. All missing string should be in there.I thing, many missing strings are from entries, which were not used any more, but were still in the database. No. They were added after v100.0, and were lost from database. For example, "clf_chk_narrowgauge" and "&B_CITY_SYLL".So, please upload again.And as I said, "Ferry service by\n%s\nnow between\n%s \nand %s.\n" and "Travellers now\nuse %s's\nbusses between\n%s \nand %s.\n" are still missing, too. Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #19 – October 24, 2008, 08:12:19 am I mean the translations of pak64. The input files for this text I still have. I just waited for translator to stabilize before uploading them again. Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #20 – October 25, 2008, 11:56:50 am Thank you.There are two problems with pak64 text. There isn't this problem in base text.I edited pak64 text and downloaded file. All text that I added are duplicated in downloaded text file.Quotethermisches_Solarkraftwerk太陽熱発電所thermisches_Solarkraftwerk太陽熱発電所And there is extra "\n" at the end of line.Correct:QuoteCOM_00_12オフィスビル\n\nDownloaded textQuoteCOM_00_12オフィスビル\n\n\n Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #21 – October 25, 2008, 03:45:42 pm Seems we have restored a very old back in SimuTranslator.I said so because there are more than 100 not translated base texts in Portuguese language. If I remember correctly, I had translated almost 100% ( I think there were 5 or 6 not translated texts).I could translate them again simply by re-entering translations there: copying from tab file and pasting in SimuTranslator. Can I do it with no worry of losing my effort? Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #22 – October 25, 2008, 07:32:12 pm The basis text had many strings missing, since I could not upload any new objects to simutranslator for quite a while. Also there are strings which do not need any translation. And third, the old statistics are wrong. The text I uploaded for base package are from 5.10.08, the last version of the old translator.I am not so sure about pak64, one would need a nightly pak64 from 5.10. and reupload all languages then. Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #23 – October 26, 2008, 09:47:25 pm Quote from: IgorTekton – on October 25, 2008, 03:45:42 pm...I said so because there are more than 100 not translated base texts in Portuguese language. If I remember correctly, I had translated almost 100% ( I think there were 5 or 6 not translated texts)....The old statistic was not correct. Old translations have not been erased and then the statistics counted. German translation had 102%Pleace not translating at the moment. Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #24 – January 13, 2009, 08:33:54 pm Sorry, I didn't make new topic."Display Not Translated Texts" don't list any text. Quote Selected
Re: SimuTranslator -Link don't work on "Not Translated Texts" page Reply #25 – February 25, 2009, 11:17:59 pm Quote from: z9999 – on January 13, 2009, 08:33:54 pm..."Display Not Translated Texts" don't list any text.fixed Quote Selected