From 35528b800cf9dacce62f9664a7f4e56fcae491a3 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Wed, 9 Nov 2022 14:45:21 +0200 Subject: [Font] Add an import option to pre-render all glyphs required for the translation. --- core/string/optimized_translation.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/string/optimized_translation.h') diff --git a/core/string/optimized_translation.h b/core/string/optimized_translation.h index f3dbfe8f5c..1cd12782d0 100644 --- a/core/string/optimized_translation.h +++ b/core/string/optimized_translation.h @@ -81,6 +81,7 @@ protected: public: virtual StringName get_message(const StringName &p_src_text, const StringName &p_context = "") const override; //overridable for other implementations virtual StringName get_plural_message(const StringName &p_src_text, const StringName &p_plural_text, int p_n, const StringName &p_context = "") const override; + virtual Vector get_translated_message_list() const override; void generate(const Ref &p_from); OptimizedTranslation() {} -- cgit v1.2.3