summaryrefslogtreecommitdiffstats
path: root/editor/editor_translation.h
diff options
context:
space:
mode:
authorMichael Alexsander <michaelalexsander@protonmail.com>2024-04-03 01:16:11 -0300
committerMichael Alexsander <michaelalexsander@protonmail.com>2024-05-07 22:12:40 -0300
commit7bdae7559d8b37e11818286a84edb1a11bcca141 (patch)
tree727c8cce8f3f1487caad53781535411c2b9a36cf /editor/editor_translation.h
parent9c7e4031c03edb1f40c9a2876f6876fb2d404141 (diff)
downloadredot-engine-7bdae7559d8b37e11818286a84edb1a11bcca141.tar.gz
Improve string extraction of ETR POT file
Diffstat (limited to 'editor/editor_translation.h')
-rw-r--r--editor/editor_translation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_translation.h b/editor/editor_translation.h
index 4785495629..eee9e533c4 100644
--- a/editor/editor_translation.h
+++ b/editor/editor_translation.h
@@ -40,6 +40,6 @@ void load_editor_translations(const String &p_locale);
void load_property_translations(const String &p_locale);
void load_doc_translations(const String &p_locale);
void load_extractable_translations(const String &p_locale);
-List<StringName> get_extractable_message_list();
+Vector<Vector<String>> get_extractable_message_list();
#endif // EDITOR_TRANSLATION_H