mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Make editor language setting default to Auto
This commit is contained in:
parent
0fdbf050e0
commit
ba6b7d2818
8 changed files with 79 additions and 32 deletions
|
|
@ -59,7 +59,7 @@ EditorPropertyNameProcessor::Style EditorPropertyNameProcessor::get_tooltip_styl
|
|||
}
|
||||
|
||||
bool EditorPropertyNameProcessor::is_localization_available() {
|
||||
return EditorSettings::get_singleton() && EDITOR_GET("interface/editor/editor_language") != "en";
|
||||
return EditorSettings::get_singleton() && EditorSettings::get_singleton()->get_language() != "en";
|
||||
}
|
||||
|
||||
String EditorPropertyNameProcessor::_capitalize_name(const String &p_name) const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue