1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Merge pull request #105835 from bruvzg/edited_scene_direction

Improve edited scene layout direction detection.
This commit is contained in:
Thaddeus Crews
2025-07-09 11:33:11 -05:00
5 changed files with 14 additions and 2 deletions

View File

@@ -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;
}