diff options
author | tpart <tpart120@proton.me> | 2024-10-13 11:37:15 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-10-13 11:37:15 +0200 |
commit | a50d6ea16c126407f880758045b54dce036d7f51 (patch) | |
tree | 8857329da2854c6ac92ef0258f6a4ab3c5be9348 /client/project.godot | |
parent | 8177b8755a8955c48e88afb62d99298ca5575e0e (diff) | |
download | hurrycurry-a50d6ea16c126407f880758045b54dce036d7f51.tar hurrycurry-a50d6ea16c126407f880758045b54dce036d7f51.tar.bz2 hurrycurry-a50d6ea16c126407f880758045b54dce036d7f51.tar.zst |
Add russian to po list
Diffstat (limited to 'client/project.godot')
-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 2efec7e6..7d760dcb 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") +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") [rendering] |