renpy/doc/translations/Translations

From Ren'Py

Jump to: navigation, search

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

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.
Personal tools