This page is out of date

You've reached a page on the Ren'Py wiki. Due to massive spam, the wiki hasn't been updated in over 5 years, and much of the information here is very out of date. We've kept it because some of it is of historic interest, but all the information relevant to modern versions of Ren'Py has been moved elsewhere.

Some places to look are:

Please do not create new links to this page.


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.