1
0
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:
Rémi Verschelde
2025-12-18 23:30:49 +01:00
11 changed files with 85 additions and 31 deletions

View File

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

View File

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