summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/editor/gdscript_translation_parser_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.SkyJJ2020-08-191-11/+25
* Update POT generation to handle context and pluralsSkyJJ2020-08-191-1/+4
* Add override keywords.Marcel Admiraal2020-07-101-2/+2
* Change translation parser plugin API to parse_file()SkyJJ2020-07-051-1/+0
* Add translation parser plugin supportSkyJJ2020-07-021-0/+57