Merge pull request #70285 from MuffinManKen/textserver-format_number-default-docs

Update documentation for TextServer.format_number() when language parameter is omitted
This commit is contained in:
Rémi Verschelde 2022-12-19 16:26:45 +01:00
commit 845e655cba
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -930,6 +930,7 @@
<param index="1" name="language" type="String" default="&quot;&quot;" />
<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">