Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.92 KB

README.md

File metadata and controls

51 lines (28 loc) · 1.92 KB

Renpy Translator

A free and open-source translator for ren'py
Only supported in Python 3.8 due to dl-translate


Download

You can download from https://github.com/anonymousException/renpy-translator/releases/tag/v2.1.5-alpha

Another Docs

No-AI Version

If you need a light tool or detail function introduction , you can refer to :

https://github.com/anonymousException/renpy-translator

Chinese

中文版 README 在 这里

AI Feature

Support offline ai-translation based on dl-translate

Need to download the relative ai-models:(need not to download all of them , choose one you prefer , the default recommendation is m2m100)

Advantage:

  • offine : support offline translation only if the ai-model already downloaded
  • accuracy : may be more accurate than google

Disadvantage:

  • Heavy : the tool becomes very large to run ai model and will consume computer performance to run. Gpu mode only supported under cuda (NVIDIA only)
  • Slow : slower than google because the speed depends on your local-machine
  • Stiff : not support special symbols like "{}" "[]" and "<>" , you may need to re-translate it with google translation mode