renpy/doc/translations/Translations
From Ren'Py
Translations
This page contains translations of the Ren'Py interface into various languages. To contribute a new translation, please make a copy of the English page, then edit it to change lines of the form:
$ config.translations[u'Are you sure you want to quit?'] = u'Are you sure you want to quit?'
so that the second string is in the target language:
$ config.translations[u'Are you sure you want to quit?'] = u'Areway ouyay uresay ouyay antway otay itquay?'
To use a translation, copy the code from the appropriate page into your game.
Languages
- English (English) - Updated for Ren'Py 6.6.3, on July 17, 2008.
- Italian (Italian)
- Indonesian (Bahasa Indonesia)
- Russian (Русский)
Changes
Here, we'll log changes to the translations, so translators can know what's new.
- 2008-07-17 Added in a new section giving translations for all the user-visible strings found in the Ren'Py launcher.
