What's new

[TOOL] Machine Translator - work for RPGMakerTrans, wolftrans


rotor4x

Lurker
Joined
Dec 2, 2016
Messages
1
Reputation score
0
@prao179 Can you make a tutorial to setup Yandex API properly? When I try it, I'm only getting .'s translated, I think it may have something to do with language selection or something.

EDIT: Nvm, I figured it out. Having some issues with translating ifs, and's, and or's though, they seem to be ignoring the spaces.
 
Last edited:
Joined
Jul 1, 2016
Messages
4
Reputation score
0
Copy API to API.txt line by line between "BeGin" and "end". Copy both API.txt and trans-google-opt-free2.rb to use
sorry to bother you again but now instead of an API missing message I receive many "translations failed" messages, i did everything as you did

thank you
 

Attachments

srx47

New member
Joined
Sep 30, 2018
Messages
3
Reputation score
8
ok, i translated RJ228148, took me 3 free accounts :)

here patch and translation_en.json:


here is result:

 
Last edited:

Epikas

New member
Joined
Jul 28, 2018
Messages
1
Reputation score
0
Hey guys I think I found a workaround to the limited Google API. Its a pretty tedious process, but if you make a another email account you can have another API. To test this out I made 10 email accounts and all 10 work. I hope the way I explained the solution is clear enough.
 
Last edited:
OP
P

prao179

Member
Joined
May 8, 2018
Messages
92
Reputation score
62
Hey guys I think I found a workaround to the limited Google API. Its a pretty tedious process, but if you make a another email account you can have another API. To test this out I made 10 email accounts and all 10 work. I hope the way I explained the solution is clear enough.
yeah, that's the temporary method i using. I use 3email accounts
Google have some kind of error different than before, which not reach at day limit but keep return error.
And im doing to take a alternative way to solve that.

P/s: Thanks Sinigamhs Sinigamhs for donate me $10, that was my first time taking money from coding.
 

Lv1VillagerA

Lurker
Joined
Apr 3, 2018
Messages
1,370
Reputation score
3,082
Oh! Didn't know of that one.
Glad I'm checking the concurrence.
*disappears in a puff of smoke with intel on prao's work*

Edit: as for editing the code shouldn't something like this work??
Code:
curCode = line.match("CONTEXT")
->

Code:
curCode = line.match("CONTEXT MPS")
 
Last edited:

SpeedHK

New member
Joined
Aug 15, 2018
Messages
7
Reputation score
2
It don't translate Map and Commonevents it skip that can anyone help my with that pls? 1543801787535.png
 
Last edited:
OP
P

prao179

Member
Joined
May 8, 2018
Messages
92
Reputation score
62

Attachments

OP
P

prao179

Member
Joined
May 8, 2018
Messages
92
Reputation score
62
Oh! Didn't know of that one.
Glad I'm checking the concurrence.
*disappears in a puff of smoke with intel on prao's work*

Edit: as for editing the code shouldn't something like this work??
Code:
curCode = line.match("CONTEXT")
->

Code:
curCode = line.match("CONTEXT MPS")
May not easy like that.
Some things would gone error if do unnecessary translate. I have to check that point.
like scripts in RPG Maker hard to translate.
Can u mention some light wolf-game ??
Maybe your game, it would faster if working on the game that have some people using and playing it.
I have no time to find any game at this time.
 
Joined
May 1, 2018
Messages
68
Reputation score
33
May not easy like that.
Some things would gone error if do unnecessary translate. I have to check that point.
like scripts in RPG Maker hard to translate.

Can u mention some light wolf-game ??
Maybe your game, it would faster if working on the game that have some people using and playing it.
I have no time to find any game at this time.
[RPG] [でじかご] Mai Nai Ver.1.03
 
Top