Improve edited scene layout direction detection.
This commit is contained in:
parent
e37c6261ea
commit
03048aa94a
5 changed files with 14 additions and 2 deletions
|
|
@ -381,6 +381,10 @@ String TranslationServer::get_locale() const {
|
|||
return locale;
|
||||
}
|
||||
|
||||
void TranslationServer::set_fallback_locale(const String &p_locale) {
|
||||
fallback = p_locale;
|
||||
}
|
||||
|
||||
String TranslationServer::get_fallback_locale() const {
|
||||
return fallback;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue