summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/editor/gdscript_translation_parser_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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