mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Change translation parser plugin API to parse_file()
This commit is contained in:
parent
0287508dcd
commit
cae6f0bda2
6 changed files with 35 additions and 60 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue