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:
commit
f1afe67b3b
11 changed files with 85 additions and 31 deletions
|
|
@ -183,6 +183,10 @@ PackedByteArray TextServerFallback::_get_support_data() const {
|
|||
return PackedByteArray(); // No extra data used.
|
||||
}
|
||||
|
||||
bool TextServerFallback::_is_locale_using_support_data(const String &p_locale) const {
|
||||
return false; // No data support.
|
||||
}
|
||||
|
||||
bool TextServerFallback::_is_locale_right_to_left(const String &p_locale) const {
|
||||
return false; // No RTL support.
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue