mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Automatically include text server data if project includes translations requiring it.
This commit is contained in:
@@ -1137,6 +1137,13 @@
|
||||
Returns [code]true[/code] if locale is right-to-left.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_is_locale_using_support_data" qualifiers="virtual const">
|
||||
<return type="bool" />
|
||||
<param index="0" name="locale" type="String" />
|
||||
<description>
|
||||
Returns [code]true[/code] if the locale requires text server support data for line/word breaking.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_is_valid_identifier" qualifiers="virtual const">
|
||||
<return type="bool" />
|
||||
<param index="0" name="string" type="String" />
|
||||
|
||||
Reference in New Issue
Block a user