Ren'Py Translation

Ren'Py visual novel scripts with dialogue and menu support

Δεν απαιτείται σύνδεση Από $19 Ασφαλής για μεταβλητές

Το Πρόβλημα

  • Variables {var} and [var] translate incorrectly
  • Python code blocks get translated
  • Menu choices break formatting
  • Comments and labels get modified

Η Λύση

  • Both {var} and [var] locked before AI
  • Python blocks (python:, $ var) skipped
  • Menu choices extracted and preserved
  • Comments and labels untouched

Πριν και μετά τη μετάφραση

Δείτε πώς φαίνονται τα αρχεία Ren'Py πριν και μετά τη μετάφραση με τεχνητή νοημοσύνη. Οι μεταβλητές παραμένουν άθικτες.

Πρωτότυπο (Αγγλικά)

Αριθμός λέξεων: 15
label start:\n    e "Hello {player_name}!"\n    menu:\n        "Red pill":\n            e "Choice made"\n    $ points = 100

Μεταφρασμένο (Ισπανικά)

28+ γλώσσες
label start:\n    e "¡Hola {player_name}!"\n    menu:\n        "Red pill":\n            e "Decisión tomada"\n    $ points = 100

Σημείωση: Όλες οι μεταβλητές (όπως το {pattern}) παραμένουν εντελώς αμετάβλητες στην μεταφρασμένη έκδοση.

Πρότυπα Προστασίας Μεταβλητών

Τα αρχεία Ren'Py περιέχουν ειδικά πρότυπα που δεν πρέπει ποτέ να μεταφραστούν. Η τεχνητή μας νοημοσύνη τα κλειδώνει αυτόματα.

Locked
{player_name}

Curly braces

Locked
[gold]

Square brackets

Locked
<color=red>

Rich text

Skipped
python:

Code block

Έτοιμοι να εξελίξετε το παιχνίδι σας σε Ren'Py;

Ανεβάστε το αρχείο σας Ren'Py και λάβετε μετάφραση με τεχνητή νοημοσύνη, ασφαλή για μεταβλητές, εντός 24 ωρών. Δεν απαιτείται σύνδεση. Από $19 ανά αρχείο.

24 ώρες · Ασφαλές για μεταβλητές · 28+ γλώσσες

Translate Ren'Py scripts — dialogue, menus and variables intact

Ren'Py visual novels store every line of dialogue in .rpy files, and translating them means keeping {var}, [var] and the Python glue that powers choices intact. Generic tools mangle Ren'Py square-bracket variables or translate python: blocks as if they were prose. LocaFile AI is a Ren'Py translation tool that locks your variables and skips Python code before the AI sees a single word.

Upload your .rpy script, pick a pass, and get back a translation that keeps dialogue flowing, menu choices aligned, and code untouched. No login required, pay-per-pass from $19, engine-aware instead of a generic text shortcut.

Ren'Py translation — FAQ

How do I translate Ren'Py scripts?

Upload your .rpy file, choose your target languages, pay for a pass, and download the translated files. Dialogue, menus and labels are translated; Python blocks are skipped. No login required, from $19.

Will translating break {player_name} or [gold] variables?

No. Both {curly} and [square] Ren'Py variables are locked with regex token replacement before the AI sees your text, then restored byte-for-byte after translation.

Does it translate menu choices?

Yes. Ren'Py menu choices are extracted as their own entries so the option text is translated while the choice structure stays intact.

Is python: code translated?

No. Python code blocks (python:, $ var) are detected and skipped — only the dialogue and text Ren'Py displays is translated.

Can I translate Ren'Py translations for Steam releases?

Yes — the output drops straight back into your Ren'Py project's tl/ folder, matching the format Ren'Py uses for its own translations.