summaryrefslogtreecommitdiffstats
path: root/editor/pot_generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-11/+37
|\
| * POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` commentsDanil Alexeev2024-10-131-11/+37
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Improve string extraction of ETR POT fileMichael Alexsander2024-05-071-5/+2
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-2/+2
* Add option to add built-in strings in the POT generationMichael Alexsander2024-02-281-1/+12
* Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-2/+2
|\
| * Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-2/+2
* | Stop escaping `'` on POT generationMichael Alexsander2024-01-021-3/+3
|/
* Editor: Fix escaping issues with POT generatorDanil Alexeev2023-07-311-25/+31
* Improve POT Generation dialogHaoyu Qiu2023-03-031-3/+3
* Merge pull request #70675 from ZangEldor/pot-generating-fixRémi Verschelde2023-01-061-5/+10
|\
| * Fixed issue #70617 : generating POT for multiline messageEldor Zang2023-01-051-5/+10
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-3/+3
* Add a new HashSet templatereduz2022-05-201-1/+1
* Use range iterators for RBSet in most casesAaron Record2022-05-191-4/+4
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Add a new HashMap implementationreduz2022-05-121-4/+4
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-4/+2
* Fix some issues found by cppcheck.bruvzg2022-04-061-2/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Make some enhancements to the POT generationMichael Alexsander2021-09-021-5/+8
* Remove uses of `auto` for better readability and online code reviewsHugo Locurcio2021-04-261-1/+1
* Reorganize Project Settingsreduz2021-02-181-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-3/+3
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.SkyJJ2020-08-191-3/+3
* Update POT generation to handle context and pluralsSkyJJ2020-08-191-38/+91
* Add translation parser plugin supportSkyJJ2020-07-021-202/+22
* Added "POT generation" feature under "Localization" in the EditorSkyJJ2020-07-021-0/+346