summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/editor/gdscript_translation_parser_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-9/+85
|\
| * POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` commentsDanil Alexeev2024-10-131-9/+85
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* StringName Dictionary keysrune-scape2024-08-291-1/+1
* GDScript: Add support for `atr` and `atr_n` to POT generatorDanil Alexeev2024-05-141-4/+4
* GDScript: Fix POT generator skips some nodes (part 2)Danil Alexeev2023-12-231-56/+48
* GDScript: Fix POT generator skips some nodesDanil Alexeev2023-12-131-51/+73
* Fix typo in gdscript_parser.h and gdscript_translation_parser_plugin.cppryanabx2023-10-231-1/+1
* GDScript: Fix POT generator crash on assignee with indexDanil Alexeev2023-09-141-3/+8
* GDScript: Add constant string support for POT generatorDanil Alexeev2023-07-291-51/+56
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-1/+2
* Fix extraction of chained tr() callsHaoyu Qiu2023-05-271-0/+8
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-4/+4
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Improve resource load cachereduz2021-02-111-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.SkyJJ2020-08-191-123/+276
* Update POT generation to handle context and pluralsSkyJJ2020-08-191-4/+47
* Change translation parser plugin API to parse_file()SkyJJ2020-07-051-30/+7
* Add translation parser plugin supportSkyJJ2020-07-021-0/+178