aboutsummaryrefslogtreecommitdiff
path: root/editor/translations/editor.pot
Commit message (Collapse)AuthorAgeFilesLines
* i18n: Sync translation templates with current sourceRémi Verschelde2018-06-051-7/+8
| | | | (cherry picked from commit 74808e71d213888d40671246ace3c701dd674a2b)
* AssetLib pagination modificationsKarolis K2018-05-161-4/+4
|
* i18n: Sync translation templates with current sourceRémi Verschelde2018-05-031-5/+41
| | | | | | | | (cherry picked from commit 056348a8c0ee065cb99e4f33da45525d69d6bcff) Note: Still syncing with the 3.0 code for now to allow updating translations in the 3.0 branch. We'll eventually switch Weblate to use the strings of the 3.1-dev branch once it is stable enough.
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-54/+54
|
* i18n: Sync translation templates with 3.0 sourceRémi Verschelde2018-03-031-6/+4
| | | | (cherry picked from commit 65d214d3dafef696d99f6c23c7b941bbde1c1802)
* i18n: Sync translation templates with 3.0 sourceRémi Verschelde2018-02-221-39/+56
| | | | | | | | Currently staying in sync with the 3.0 branch to give translators a chance to increase the completion rate of their 3.0 translations for the stable branch (translation template is synced with the master branch). (cherry picked from commit 07e24619959af256c9e51304c396bccfa99e1b4c)
* i18n: Fix typo in translation msgidRémi Verschelde2018-01-221-2/+2
|
* i18n: Sync translation templates with current sourceRémi Verschelde2018-01-201-62/+55
|
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-3/+3
| | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* i18n: Sync translation templates with current sourceRémi Verschelde2018-01-061-63/+187
|
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* i18n: Sync translation templates with current sourceRémi Verschelde2017-12-201-81/+246
|
* i18n: Sync translation templates with current sourceRémi Verschelde2017-11-291-5/+75
| | | | [ci skip]
* i18n: Sync translation templates with current sourceRémi Verschelde2017-11-221-177/+357
| | | | [ci skip]
* Fix typo in project managerRémi Verschelde2017-10-291-1/+1
| | | | [ci skip]
* i18n: Sync translation templates with current sourceRémi Verschelde2017-10-291-13/+58
| | | | [ci skip]
* i18n: Sync translation templates with current sourceRémi Verschelde2017-10-211-1197/+815
|
* Rename pos to position in user facing methods and variablesletheed2017-09-201-3/+3
| | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
* Fix i18n bug in GridMap stringRémi Verschelde2017-08-251-10/+2
| | | | Regression from 6134d87 causing build issue on clang.
* i18n: Update template with current sourceRémi Verschelde2017-08-251-331/+982
| | | | | Additions: 254 msgids. Deletions: 101 msgids.
* i18n: Update template and sync translationsRémi Verschelde2017-06-251-175/+413
|
* Improve documentation of thirdparty code snippetsRémi Verschelde2017-05-071-1/+2
|
* i18n: Add more assetlib strings to translateRémi Verschelde2017-04-201-53/+195
| | | | Fixes #8463.
* i18n: Sync translation templates with current sourceRémi Verschelde2017-04-201-23/+50
|
* i18n: Update translation templateRémi Verschelde2017-04-071-6/+40
|
* i-patch for Pirate languageRémi Verschelde2017-03-241-1/+1
| | | | | | | | | | Credits to jo_ for the joke and hcorion for finding the typo: <hcorion> Hi all, I was busy translating godot to Pirate, and I noticed a spelling error, on line 1035 in platform/uwp/export/export.cpp it mis-spells certificate as certficate missing the extra i <jo_> hcorion: Nice catch. <jo_> If you make a PR, please call it 'i-patch for Pirate."
* i18n: Sync templates and translations with current codeRémi Verschelde2017-03-241-2717/+2591
| | | | | Massive diff due to the tools/editor -> editor move. The real changes are the difference between those two:
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+6742
The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful.