Update POT generation to handle context and plurals

This commit is contained in:
SkyJJ 2020-07-23 00:07:35 +02:00
parent c0d837a2ea
commit 396f2eee82
10 changed files with 287 additions and 78 deletions

View file

@ -41,7 +41,7 @@ protected:
static void _bind_methods();
public:
virtual Error parse_file(const String &p_path, Vector<String> *r_extracted_strings);
virtual Error parse_file(const String &p_path, Vector<String> *r_ids, Vector<Vector<String>> *r_ids_ctx_plural);
virtual void get_recognized_extensions(List<String> *r_extensions) const;
};