diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2021-08-01 02:53:36 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2021-09-02 11:12:54 -0300 |
commit | ee4b0108e063c3124777a600065bf699cfd40765 (patch) | |
tree | 4beef4848320a6f7085a94c396a1479ef291803f /doc/classes | |
parent | 29a3300c6aaa2c7915c39ad633dc3b0ce0a8505b (diff) |
Make some enhancements to the POT generation
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Control.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index 5392189f6a..6602764cd4 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -921,7 +921,8 @@ 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. </member> <member name="auto_translate" type="bool" setter="set_auto_translate" getter="is_auto_translating" default="true"> - Toggles if any text should automatically change to its translated version depending on the current locale. + Toggles if any text should automatically change to its translated version depending on the current locale. Note that this will not affect any internal nodes (e.g. the popup of a [MenuButton]). + Also decides if the node's strings should be parsed for POT generation. </member> <member name="focus_mode" type="int" setter="set_focus_mode" getter="get_focus_mode" enum="Control.FocusMode" default="0"> 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. |