godot/tools/translations
Rémi Verschelde 97c8508f5e style: Start applying PEP8 to Python files, indentation issues
Done with `autopep8 --select=E1`, fixes:

- E101 - Reindent all lines.
- E112 - Fix under-indented comments.
- E113 - Fix over-indented comments.
- E115 - Fix under-indented comments.
- E116 - Fix over-indented comments.
- E121 - Fix a badly indented line.
- E122 - Fix a badly indented line.
- E123 - Fix a badly indented line.
- E124 - Fix a badly indented line.
- E125 - Fix indentation undistinguish from the next logical line.
- E126 - Fix a badly indented line.
- E127 - Fix a badly indented line.
- E128 - Fix a badly indented line.
- E129 - Fix a badly indented line.
2016-11-01 00:33:51 +01:00
..
Makefile i18n: Update and merge translation templates 2016-06-19 14:13:31 +02:00
README.md i18n: Add a README file to point to the Weblate repo 2016-08-10 15:26:32 +02:00
ar.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
bg.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
bn.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
ca.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
cs.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
da.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
de.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
de_CH.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
es.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
es_AR.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
extract.py style: Start applying PEP8 to Python files, indentation issues 2016-11-01 00:33:51 +01:00
fa.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
fr.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
id.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
is.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
it.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
ja.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
ko.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
nb.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
pl.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
pt_BR.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
pt_PT.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
ro.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
ru.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
sk.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
sl.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
tools.pot i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
tr.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
ur_PK.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
zh_CN.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
zh_HK.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00
zh_TW.po i18n: Sync template and translations with current code 2016-10-09 18:12:42 +02:00

README.md

How to contribute translations

Godot's translation work is coordinated on Hosted Weblate, an open source web-based translation platform, where contributors can work together on translations using various internationalization features. Creating an account there is free, and you can also login directly with your GitHub, BitBucket, Google or Facebook account.

To avoid merge conflicts when syncing translations from Weblate (currently this is done manually), we ask all contributors to work there instead of making pull requests on this repository.

Link if you missed it: https://hosted.weblate.org/projects/godot-engine/godot

Adding new languages

If you want to translate for a language which is not featured yet on Weblate, open an issue on this repo to ask that the language is added, or contact Akien/@akien-mga directly on IRC (#godotengine channel on Freenode).