1
0
Fork 0

Modify the description of get_locale_name to align it with its behavior.

Fixes #103065
This commit is contained in:
init_zey 2025-02-26 19:58:42 +08:00
parent 394508d26d
commit 9f1428f37b
1 changed files with 1 additions and 1 deletions

View File

@ -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">