From 396f2eee827293d9b096e6fc954a57c92bf21f95 Mon Sep 17 00:00:00 2001 From: SkyJJ Date: Thu, 23 Jul 2020 00:07:35 +0200 Subject: Update POT generation to handle context and plurals --- editor/editor_translation_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/editor_translation_parser.h') diff --git a/editor/editor_translation_parser.h b/editor/editor_translation_parser.h index fb8aa6ec9b..18f49b3803 100644 --- a/editor/editor_translation_parser.h +++ b/editor/editor_translation_parser.h @@ -41,7 +41,7 @@ protected: static void _bind_methods(); public: - virtual Error parse_file(const String &p_path, Vector *r_extracted_strings); + virtual Error parse_file(const String &p_path, Vector *r_ids, Vector> *r_ids_ctx_plural); virtual void get_recognized_extensions(List *r_extensions) const; }; -- cgit v1.2.3