From 9302b6547a4779de5f8f81817482493cad6fa7c3 Mon Sep 17 00:00:00 2001 From: O01eg Date: Wed, 29 Sep 2021 14:18:45 +0300 Subject: Implement override of get_message and get_plural_message --- doc/classes/Translation.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc') diff --git a/doc/classes/Translation.xml b/doc/classes/Translation.xml index c27d6f5667..2a0695d42e 100644 --- a/doc/classes/Translation.xml +++ b/doc/classes/Translation.xml @@ -11,6 +11,24 @@ https://docs.godotengine.org/en/latest/tutorials/i18n/locales.html + + + + + + Virtual method to override [method get_message]. + + + + + + + + + + Virtual method to override [method get_plural_message]. + + -- cgit v1.2.3