Tool Ren'Py Ren'py realtime translator Mod[v0.28.a]

Jul 28, 2025
161
57
28
v0.27.a
update:06-11-2025
updated file:realtimetrans.rpy
Add prescan before game started.The prescan texts will be added to translation_queue.
Prescan texts translation will not block realtime trans.
I got the inspiration from translate3000.
 
  • Like
Reactions: frostkag and CAT0X0
Jul 28, 2025
161
57
28
v0.28.a
update:07-11-2025
updated file:realtimetrans.rpy
Fixed a few bugs about prescan .
Add edge translate for renpy 8 games.
You can only set persistent.translation_service to "bing" in transconfig.rpy to use that .
There might be errors in the translation as
it seems that edge translate splits html tags by the brower rather than the translate api.
So renpy codes could be translated, thanks to token replacements ,most errors will not be displayed.
The translation api is discovered from edge browser translate, no api-key needed.