Change translation parser plugin API to parse_file()

This commit is contained in:
SkyJJ 2020-07-03 20:24:54 +02:00
parent 0287508dcd
commit cae6f0bda2
6 changed files with 35 additions and 60 deletions

View file

@ -42,7 +42,6 @@ protected:
public:
virtual Error parse_file(const String &p_path, Vector<String> *r_extracted_strings);
virtual void parse_text(const String &p_text, Vector<String> *r_extracted_strings);
virtual void get_recognized_extensions(List<String> *r_extensions) const;
};