- Jan 2, 2018
- 232
- 307
No, sorry, it's a shame to share this code with someoneWill the program's source code be shared?
Too much needs to be changed, to make it look in a 'true' way.
No, sorry, it's a shame to share this code with someoneWill the program's source code be shared?
Thanks for your comment. mymemory.translated.net offers 10k words a day if you provide email. Sad, but to translate a game this is not enough. On average, one word has 5 characters, so it's only 50k chars. An everage game has 500k chars, which is 10 times more.mymemory.translated.net/doc/usagelimits.php
an API with a free, anonymous limit of 1000 words / day. If you put an interval of about 5000 ms maybe you can translate a complete game without suffering penalties.
Google is already working fine in my tool, you can translate up to 1kk chars per minute, or 10kk per day. In general, Google should be enough for all of us, so just use it.The 5000 ms interval is used by Dreamsavior (translator ++) to successfully translate rpgm games from google. Maybe you can do the same.
I continue to search no-limit and free translator.$200 Azure credit for the first 30 days
If you want to use a service that is not in the list of free services, or if you use more than the free service limits, you get charged for that usage. In the first 30 days after you've created your free account, this charge is deducted from $200 that you get for free. When you've spent the $200 or your 30 days are up, you will be charged for any service usage that is beyond the free service limits.
You might want to check Yandex API at least as an alternative for certain cases - all eggs in one basket and suchI continue to search no-limit and free translator.
Yandex API was implemented since creation of this tool, see the first post. But unfortunately it is no longer free.You might want to check Yandex API at least as an alternative for certain cases - all eggs in one basket and such
Quote from ToU '... the volume of the text translated: 1,000,000 characters per day but not more than 10,000,000 per month. '
You must be registered to see the links
Can you link where you got the 'not free anymore ' from? Both the web interface and Terms of Use are still as they always have been - so i am actually confused.Yandex API was implemented since creation of this tool, see the first post. But unfortunately it is no longer free.
Of сourse Yandex still working, and can still be used by game creators, but for most of people, who translate lots of games to their native language, pay for every char turns out suboptimal. But it looks like the days of free cheese are over.
Good idea, I will take a look, when I have free time.we want the option of replacing faulty lines with the original. because sometimes there are hundreds of bad lines and replacing them one by one with the original line is tiring
Hi, please attach the file game/screens.rpy, I will take a look.hello I am translating but it disrupts the game's menus. how do i fix it
error only occurs when I open the save and load screens
Except for these screens, the game works normally.
Google translate-TurkishHi, please attach the file game/screens.rpy, I will take a look.
To what language did you translate? What translator did you use?
Sorry I sent the wrong file. this file belongs to Photo HuntCan you give the link to the game? Because I downloaded Windows version of the game from official thread, and the screens.rpy file differs fromthe one that you provided. So I can't launch the game and try your file. Where did you get it?
In the translation you have to correct line like thisI compared it too, but I did not see a difference. Hopefully the problem will be fixed. because i love this program.
v01d_08
it didn't work. Did you fix it?In the translation you have to correct line like this
See in the original there are no spaces after %
# game/screens.rpy:645
old "{#file_time}%A, %B %d %Y, %H:%M"
new "{#file_time}% A,% B %d% Y,% H:% M"
Or this
\ n newline there is no space between \n
# game/screens.rpy:563
old "Made with {a=You must be registered to see the links}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]"
new "{a=You must be registered to see the links} Ren'Py {/a} [renpy.version_only] ile yapıldı. \ n \n [renpy.license!t]"
PS: and in the first example there is no need to translate ... but if you want you can copy the old.
In the second only "Made with" ... need a translation , without touch other things in the string