summaryrefslogtreecommitdiff
path: root/editor/translations
AgeCommit message (Collapse)Author
2019-06-16i18n: Sync translation template with current sourceRémi Verschelde
2019-06-16i18n: Fix extract.py support for new TTRCRémi Verschelde
Also make compatible with Python 3.
2019-06-16i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit e50eb830afcf2459b07b93f8a4c86412ce82ff1e)
2019-05-21i18n: Sync translation template with current sourceRémi Verschelde
(cherry picked from commit bf7585530ba29959b2e3316db959170ba321ed61)
2019-05-21i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 239a11fe1918b1009875078bb30f9176360e983c)
2019-05-19Fix typos with codespellRémi Verschelde
Using codespell 1.15.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ```
2019-04-25i18n: Sync translation template with current sourceRémi Verschelde
(cherry picked from commit 23cf9f3b6f8d362cbde1f940d1b97d66b8fff3fd)
2019-04-25i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 348270df3811348ede5d8ac9705e4c410639b8b3)
2019-04-08Add ability to edit editor feature profilesJuan Linietsky
Allows enabling/disabling parts of the editor and storing/loading profiles for that.
2019-04-08i18n: Sync translations with WeblateRémi Verschelde
2019-03-28i18n: Sync translations with WeblateRémi Verschelde
Also sync translation template.
2019-03-12i18n: Sync translations with WeblateRémi Verschelde
2019-03-10i18n: Sync translation template with current sourceRémi Verschelde
2019-03-10i18n: Sync translations with WeblateRémi Verschelde
2019-03-01i18n: Sync translation template with current sourceRémi Verschelde
2019-03-01i18n: Sync translations with WeblateRémi Verschelde
2019-02-18i18n: Sync translation template with current sourceRémi Verschelde
2019-02-18i18n: Sync translations with WeblateRémi Verschelde
2019-02-10doc: Misc formatting fixesRémi Verschelde
2019-02-10i18n: Sync translation template with current sourceRémi Verschelde
2019-02-10i18n: Sync translations with WeblateRémi Verschelde
2019-01-26i18n: Sync translation template with current sourceRémi Verschelde
2019-01-26i18n: Sync translations with WeblateRémi Verschelde
2019-01-21i18n: Sync translation template with current sourceRémi Verschelde
2019-01-21i18n: Sync translations with WeblateRémi Verschelde
2019-01-14i18n: Sync translation template with current sourceRémi Verschelde
2019-01-14i18n: Sync translations with WeblateRémi Verschelde
2019-01-07i18n: Sync translation template with current sourceRémi Verschelde
Misc fixes to source strings.
2019-01-07i18n: Sync translations with WeblateRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
Happy new year to the wonderful Godot community!
2018-12-13i18n: Sync translation template with current sourceRémi Verschelde
Also French translation update and misc fixes to source strings.
2018-12-13i18n: Sync translations with WeblateRémi Verschelde
2018-12-04i18n: Sync translation template with current sourceRémi Verschelde
2018-12-04i18n: Sync translations with WeblateRémi Verschelde
2018-11-26i18n: Sync translation template with current sourceRémi Verschelde
2018-11-26i18n: Sync translations with WeblateRémi Verschelde
Adds initial translations for Malayalam and Sinhala.
2018-09-12Misc. typosluz.paz
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
2018-08-24Drop old ShaderGraph code, obsoleted by VisualShaderRémi Verschelde
2018-08-23i18n: Fix extract.py after #17440Rémi Verschelde
As discussed in https://github.com/godotengine/godot/pull/17440#discussion_r212277597
2018-08-23i18n: Merge translation catalogs with updated templateRémi Verschelde
2018-08-23i18n: Sync translation template with current sourceRémi Verschelde
Finally unlocking translations for the master/3.1 branch on Weblate to prepare for the stable release.
2018-08-23i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit f16f9b2b8ae38b76e2a820c060561ebfc71644ab) Also adds initial Georgian and Latvian translations.
2018-07-26i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 5c6c88ef15219d491fcf63e44da186dee6f8cda4)
2018-06-22i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit d04cc2855a23fbfaeb3981736929a7d7aa46ca41)
2018-06-05i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit e8bfc09b81f02395226a06f5a8ecd47bea136cc6)
2018-06-05i18n: Sync translation templates with current sourceRémi Verschelde
(cherry picked from commit 74808e71d213888d40671246ace3c701dd674a2b)
2018-05-16AssetLib pagination modificationsKarolis K
2018-05-03i18n: Sync translation templates with current sourceRémi Verschelde
(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.
2018-05-03i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit ddbe559c040d30cd145d3c572dbd3bc6c7664310)
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio