mirror of https://github.com/godotengine/godot
Modify the description of get_locale_name to align it with its behavior.
Fixes #103065
This commit is contained in:
parent
394508d26d
commit
9f1428f37b
|
|
@ -82,7 +82,7 @@
|
|||
<return type="String" />
|
||||
<param index="0" name="locale" type="String" />
|
||||
<description>
|
||||
Returns a locale's language and its variant (e.g. [code]"en_US"[/code] would return [code]"English (United States)"[/code]).
|
||||
Returns a locale's language and its variant (e.g. [code]"en_US"[/code] would return [code]"English, United States of America"[/code]).
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_or_add_domain">
|
||||
|
|
|
|||
Loading…
Reference in New Issue