Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-05 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 00b56637824392d4adefcd2b406ff6998e02152c) | |||
2020-04-27 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit ae958b89ab9cb98c9b754140ba9924cb0f279598) | |||
2020-04-17 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 471a5abbf3651fc01e7c4f63c994164041d0c93f) | |||
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde | |
Configured for a max line length of 120 characters. psf/black is very opinionated and purposely doesn't leave much room for configuration. The output is mostly OK so that should be fine for us, but some things worth noting: - Manually wrapped strings will be reflowed, so by using a line length of 120 for the sake of preserving readability for our long command calls, it also means that some manually wrapped strings are back on the same line and should be manually merged again. - Code generators using string concatenation extensively look awful, since black puts each operand on a single line. We need to refactor these generators to use more pythonic string formatting, for which many options are available (`%`, `format` or f-strings). - CI checks and a pre-commit hook will be added to ensure that future buildsystem changes are well-formatted. | |||
2020-03-20 | i18n: Add header strings to translation catalog | Rémi Verschelde | |
2020-03-16 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 0e36b11f9d05bacd5036acc48bf654cbcd5b7628) | |||
2020-03-09 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 18e021b7cd81afbccf915bd825aaa264a9f608a1) | |||
2020-02-19 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 1c9132540f5a763106ae1529c61b5cb8cd851bc5) | |||
2020-02-14 | i18n: Sync translation template with current source | Rémi Verschelde | |
(cherry picked from commit 3dfedc0b4c5a76db5ada0c3c178b7af240e9a6d0) | |||
2020-02-14 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 74738806f3fd41d101f630ed1d3d58702fa80dbc) | |||
2020-01-27 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2020-01-23 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2020-01-19 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2020-01-16 | i18n: Sync translation template with current source | Rémi Verschelde | |
2020-01-16 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2020-01-12 | i18n: Sync translation template with current source | Rémi Verschelde | |
Prevent parsing 'thirdparty' sources, there are invalid UTF-8 files among Bullet sources. | |||
2020-01-12 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it. | |||
2019-12-30 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-12-30 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-12-22 | i18n: Sync translations with Weblate + update template | Rémi Verschelde | |
Also fix a few stray clang-format formatting errors that passed through CI unnoticed. | |||
2019-12-21 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-12-17 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-12-17 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-12-13 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-12-13 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-12-04 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-11-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-11-22 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-11-22 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-10-29 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-10-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-09-26 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-09-26 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-08-29 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-08-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Adds templates for Basque, Irish and Odia. | |||
2019-07-29 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-07-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-07-19 | i18n: Sync translation template with current source | Rémi Verschelde | |
Fix a few typos in new strings. | |||
2019-07-19 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-07-09 | Fix issues where translations doesn't work | hbina085 | |
The crux of the issue is a white space between % and s. I have fixed similar problems than found in #30063 Edited by @akien-mga to fix some more occurrences on other placeholders. | |||
2019-07-09 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-07-09 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-07-02 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-07-02 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-06-29 | Pylint warning for extract.py | hbina085 | |
pylint is complaining that an "Anomalous backslash in string: '\-'" The string constant might be missing an 'r' prefix. | |||
2019-06-16 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-06-16 | i18n: Fix extract.py support for new TTRC | Rémi Verschelde | |
Also make compatible with Python 3. | |||
2019-06-16 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit e50eb830afcf2459b07b93f8a4c86412ce82ff1e) | |||
2019-05-21 | i18n: Sync translation template with current source | Rémi Verschelde | |
(cherry picked from commit bf7585530ba29959b2e3316db959170ba321ed61) |