From 5e39e1a9fa973dcc95c630b45c1cef99c68bbb19 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 14 Oct 2024 22:31:05 +0200 Subject: add russian locale --- client/project.godot | 2 +- locale/tools/src/main.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/project.godot b/client/project.godot index 7d760dcb..a33beb12 100644 --- a/client/project.godot +++ b/client/project.godot @@ -204,7 +204,7 @@ menu={ [internationalization] -locale/translations=PackedStringArray("res://po/it.po", "res://po/ar.po", "res://po/nl.po", "res://po/de.po", "res://po/en.po", "res://po/es.po", "res://po/eu.po", "res://po/fi.po", "res://po/fr.po", "res://po/he.po", "res://po/ja.po", "res://po/pl.po", "res://po/pt.po", "res://po/tr.po", "res://po/zh_Hans.po", "res://po/zh_Hant.po", "res://po/ru.po") +locale/translations=PackedStringArray("res://po/it.po", "res://po/ru.po", "res://po/ar.po", "res://po/nl.po", "res://po/de.po", "res://po/en.po", "res://po/es.po", "res://po/eu.po", "res://po/fi.po", "res://po/fr.po", "res://po/he.po", "res://po/ja.po", "res://po/pl.po", "res://po/pt.po", "res://po/tr.po", "res://po/zh_Hans.po", "res://po/zh_Hant.po", "res://po/ru.po") [rendering] diff --git a/locale/tools/src/main.rs b/locale/tools/src/main.rs index c1cd4bab..9b39705b 100644 --- a/locale/tools/src/main.rs +++ b/locale/tools/src/main.rs @@ -59,6 +59,7 @@ static NATIVE_LANGUAGE_NAMES: &[(&str, &str)] = &[ ("it", "Italiano"), ("ko", "한국인"), ("el", "ελληνικά"), + ("ru", "русский"), ]; fn export_load(input: &Path, fallback: Option) -> Result> { -- cgit v1.2.3-70-g09d2