NaveenKrishnanC
Newbie
- Jul 28, 2025
- 74
- 26
Update:
August 17, 2025
Installation:
You need to copy three .rpy files to your game directory.
You need to edit transconfig.rpy to select your target language.
The language codes are those used by Google Translate. Most language codes can be found here:
https://attachments.f95zone.to/2025/08/5145840_sorted_language_lists.txt
Technical Details:
You need access to Google Translate!
The useragentlist.rpy file is used to provide the User-Agent header so you don't get banned by Google for frequent abuse.
While I think the one-line-per-request method is inefficient, I think it could be replaced with a method that translates several lines per second.
The core function is renpy.text.text.Text.update. I replaced it with a hook function so that every text displayed by renpy can be translated.
August 17, 2025
Installation:
You need to copy three .rpy files to your game directory.
You need to edit transconfig.rpy to select your target language.
The language codes are those used by Google Translate. Most language codes can be found here:
https://attachments.f95zone.to/2025/08/5145840_sorted_language_lists.txt
Technical Details:
You need access to Google Translate!
The useragentlist.rpy file is used to provide the User-Agent header so you don't get banned by Google for frequent abuse.
While I think the one-line-per-request method is inefficient, I think it could be replaced with a method that translates several lines per second.
The core function is renpy.text.text.Text.update. I replaced it with a hook function so that every text displayed by renpy can be translated.
Last edited: