diff options
author | Ken Paulson <ken@muffinmangames.com> | 2022-12-18 23:11:02 -0500 |
---|---|---|
committer | Ken Paulson <ken@muffinmangames.com> | 2022-12-18 23:11:02 -0500 |
commit | f1d2194c047f012d016d666282b504cddbd4802c (patch) | |
tree | ee04f3d9fcee3ed0a78262ad04b8110b83693a3b | |
parent | e780dc332a0a3f642a6daf8548cb211d79a2cc45 (diff) |
Update documentation for TextServer.format_number() when language parameter is omitted.
-rw-r--r-- | doc/classes/TextServer.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/TextServer.xml b/doc/classes/TextServer.xml index 637e502d49..d2c6dee373 100644 --- a/doc/classes/TextServer.xml +++ b/doc/classes/TextServer.xml @@ -930,6 +930,7 @@ <param index="1" name="language" type="String" default="""" /> <description> Converts a number from the Western Arabic (0..9) to the numeral systems used in [param language]. + If [param language] is omitted, the active locale will be used. </description> </method> <method name="free_rid"> |