Put Russian in preferences & in Project Settings

This commit is contained in:
OverloadedOrama 2019-12-17 13:10:42 +02:00
parent 588bce2992
commit bfcb52a2f0
4 changed files with 33 additions and 33 deletions

View file

@ -24,7 +24,7 @@ func _ready() -> void:
# This property is only available in 3.2alpha or later, so use `set()` to fail gracefully if it doesn't exist.
OS.set("min_window_size", Vector2(1152, 648))
# `TranslationServer.get_loaded_locales()` was added in 3.2beta and isn't available in 3.1.2.
# `TranslationServer.get_loaded_locales()` was added in 3.2beta and in 3.1.2
# The `has_method()` check and the `else` branch can be removed once 3.2 is released.
if TranslationServer.has_method("get_loaded_locales"):
loaded_locales = TranslationServer.get_loaded_locales()