You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Merge pull request #111062 from bruvzg/ts_autoinculde_data
Automatically include text server data if project includes translations requiring it.
This commit is contained in:
@@ -1160,6 +1160,13 @@
|
||||
Returns [code]true[/code] if locale is right-to-left.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_locale_using_support_data" qualifiers="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="const">
|
||||
<return type="bool" />
|
||||
<param index="0" name="string" type="String" />
|
||||
|
||||
@@ -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