mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-05 23:07:42 -05:00
Merge pull request #105835 from bruvzg/edited_scene_direction
Improve edited scene layout direction detection.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -99,6 +99,7 @@ public:
|
||||
|
||||
void set_locale(const String &p_locale);
|
||||
String get_locale() const;
|
||||
void set_fallback_locale(const String &p_locale);
|
||||
String get_fallback_locale() const;
|
||||
Ref<Translation> get_translation_object(const String &p_locale);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user