From 94a64d557ed6d275a2e284acb8ea39e06fccdd09 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Date: Thu, 27 May 2021 14:31:33 -0300 Subject: Add `auto_translate` toggle for automatic translation --- doc/classes/Control.xml | 3 +++ doc/classes/Window.xml | 3 +++ 2 files changed, 6 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index 5c0856cb6a..4753b34efb 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -1081,6 +1081,9 @@ Anchors the top edge of the node to the origin, the center or the end of its parent control. It changes how the top offset updates when the node moves or changes size. You can use one of the [enum Anchor] constants for convenience. + + Toggles if any text should automatically change to its translated version depending on the current locale. + The focus access mode for the control (None, Click or All). Only one Control can be focused at the same time, and it will receive keyboard signals. diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml index 390ebfabba..7b21d99d10 100644 --- a/doc/classes/Window.xml +++ b/doc/classes/Window.xml @@ -323,6 +323,9 @@ + + Toggles if any text should automatically change to its translated version depending on the current locale. + -- cgit v1.2.3