renpy/doc/translations/Translations
From Ren'Py Visual Novel Engine
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.
- German (Deutsch) - Updated for Ren'Py 6.9.3a, On July 17, 2009.
- Italian (Italian)
- Indonesian (Bahasa Indonesia)
- Russian (Русский) Обновлен для Ren'Py 6.8.0, 10 дек 2008. Кроме того, готовые свежие локализованные дистрибутивы можно найти здесь. (Текущая версия -- 6.9.3)
- Belarusian (Biełaruskaja) Updated for Ren'Py 6.9.2. Biełaruski pierakład the_question TUT
- Polish (Polski) - Ren'Py 6.8.1 - started in February 19th, 2009.
- Portuguese (Português) - Ren'Py 6.6.3 - started in October 7th, 2008 - being reviewed.
- SimplifieldChinese (Simplifield Chinese 简体中文) - for Ren'Py 6.8.1, on Jan 17, 2009.
- Slovak (Slovenčina) - incomplete - started in July 8th, 2009.
- Japanese (Japanese 日本語) - Updated for Ren'Py 6.6.3, on May 4, 2009.
- Korean (Korean 한국어) - Updated for Ren'Py 6.9.2 ~ 6.10.1, on December 17, 2009. Other translations can be found here.
- Catalan (Catalan Català) - Created/Translated on November 19, 2009.
- Spanish-MX (Español-MX) - Created/Translated on November 21, 2009.
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.
