diff options
author | metamuffin <metamuffin@disroot.org> | 2024-10-14 22:31:05 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-10-14 22:31:05 +0200 |
commit | 5e39e1a9fa973dcc95c630b45c1cef99c68bbb19 (patch) | |
tree | 627c52cbdd7a45cd0fa90de9e8286410899363fa /client | |
parent | bb9fd6b36d39bc5fe6f162f2df887bba3d036095 (diff) | |
download | hurrycurry-5e39e1a9fa973dcc95c630b45c1cef99c68bbb19.tar hurrycurry-5e39e1a9fa973dcc95c630b45c1cef99c68bbb19.tar.bz2 hurrycurry-5e39e1a9fa973dcc95c630b45c1cef99c68bbb19.tar.zst |
add russian locale
Diffstat (limited to 'client')
-rw-r--r-- | client/project.godot | 2 |
1 files changed, 1 insertions, 1 deletions
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] |