diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-15 02:01:20 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-15 02:01:20 +0200 |
commit | 9427fefc2200b8bf865b018ce00028187372e721 (patch) | |
tree | fc027803d8e9d6d1160e9495965f584763cc9912 | |
parent | 9a17ee0e31c4ee4fbf75e5f1bc007a99bbe5ed4b (diff) | |
download | hurrycurry-9427fefc2200b8bf865b018ce00028187372e721.tar hurrycurry-9427fefc2200b8bf865b018ce00028187372e721.tar.bz2 hurrycurry-9427fefc2200b8bf865b018ce00028187372e721.tar.zst |
add arabic locale
-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 f38cc31c..67f64aec 100644 --- a/client/project.godot +++ b/client/project.godot @@ -193,7 +193,7 @@ scroll_up={ [internationalization] -locale/translations=PackedStringArray("res://po/de.po", "res://po/fr.po", "res://po/es.po", "res://po/ja.po", "res://po/fi.po", "res://po/he.po", "res://po/tr.po") +locale/translations=PackedStringArray("res://po/de.po", "res://po/fr.po", "res://po/es.po", "res://po/ja.po", "res://po/fi.po", "res://po/he.po", "res://po/tr.po", "res://po/ar.po") locale/translations_pot_files=PackedStringArray("res://global.gd", "res://menu/overlay.tscn", "res://menu/setup.tscn", "res://menu/character.tscn", "res://menu/error.tscn", "res://menu/ingame.tscn", "res://menu/lobby.tscn", "res://menu/main.tscn", "res://menu/settings.tscn", "res://menu/ingame.gd", "res://menu/lobby.gd", "res://menu/popup_message.gd", "res://multiplayer.gd", "res://menu/hairstyle_preview.gd", "res://menu/credits.tscn", "res://menu/credits.gd", "res://menu/rating/rating.gd", "res://menu/warning_popup.tscn") [rendering] |