summaryrefslogtreecommitdiffstats
path: root/editor/editor_translation.h
diff options
context:
space:
mode:
authorMichael Alexsander <michaelalexsander@protonmail.com>2023-12-15 20:56:06 -0300
committerMichael Alexsander <michaelalexsander@protonmail.com>2024-02-28 11:34:26 -0300
commitd70c45b5c85022fb02224235ff6df24ebf83dcf1 (patch)
treedc37699af2d104e811a67d220fa270abcd206b10 /editor/editor_translation.h
parentdf78c0636d79c9545a283e0e2a926d623998cc27 (diff)
downloadredot-engine-d70c45b5c85022fb02224235ff6df24ebf83dcf1.tar.gz
Add option to add built-in strings in the POT generation
Diffstat (limited to 'editor/editor_translation.h')
-rw-r--r--editor/editor_translation.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/editor/editor_translation.h b/editor/editor_translation.h
index bd6db32536..4785495629 100644
--- a/editor/editor_translation.h
+++ b/editor/editor_translation.h
@@ -32,11 +32,14 @@
#define EDITOR_TRANSLATION_H
#include "core/string/ustring.h"
+#include "core/templates/list.h"
#include "core/templates/vector.h"
Vector<String> get_editor_locales();
void load_editor_translations(const String &p_locale);
-void load_doc_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();
#endif // EDITOR_TRANSLATION_H