Automatically include text server data if project includes translations requiring it.
This commit is contained in:
parent
79603b2f28
commit
5afbbc71a4
11 changed files with 85 additions and 31 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue