Ren'Py-Übersetzung

Ren'Py-Visual-Novel-Skripte mit Dialog- und Menüunterstützung

Keine Anmeldung erforderlich Ab $19 Variablensicher

Das Problem

  • Variablen {var} und [var] werden falsch übersetzt
  • Python-Codeblöcke werden übersetzt
  • Menüoptionen brechen die Formatierung
  • Kommentare und Labels werden verändert

Die Lösung

  • {var} und [var] werden vor der KI gesperrt
  • Python-Blöcke (python:, $ var) werden übersprungen
  • Menüoptionen werden extrahiert und bewahrt
  • Kommentare und Labels bleiben unangetastet

Vorher & Nachher der Übersetzung

Sehen Sie, wie Ren'Py-Dateien vor und nach der KI-Übersetzung aussehen. Variablen bleiben unberührt.

Original (Englisch)

Wortanzahl: 15
label start:\n    e "Hello {player_name}!"\n    menu:\n        "Red pill":\n            e "Choice made"\n    $ points = 100

Übersetzt (Spanisch)

28+ Sprachen
label start:\n    e "¡Hola {player_name}!"\n    menu:\n        "Red pill":\n            e "Decisión tomada"\n    $ points = 100

Hinweis: Alle Variablen (wie {pattern}) bleiben in der übersetzten Version vollständig unverändert.

Muster zum Schutz von Variablen

Ren'Py-Dateien enthalten spezielle Muster, die niemals übersetzt werden dürfen. Unsere KI sperrt diese automatisch.

Gesperrt
{player_name}

Geschweifte Klammern

Gesperrt
[gold]

Eckige Klammern

Gesperrt
<color=red>

Rich Text

Übersprungen
python:

Codeblock

Bereit, Ihr Ren'Py-Spiel zu lokalisieren?

Laden Sie Ihre Ren'Py-Datei hoch und erhalten Sie innerhalb von 24 Stunden eine variablensichere KI-Übersetzung. Keine Anmeldung erforderlich. Ab $19 pro Datei.

24 Stunden · Variablensicher · 28+ Sprachen

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.