diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-22 17:46:08 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-22 17:46:08 +0200 |
commit | 69dc6c1cb96536e4fa6998ed3d13786dbaf7595e (patch) | |
tree | c914ae741b56fe0db93197881342280975f712c8 /client/project.godot | |
parent | 897c779a8e398db42e66655eef18a1df2350009f (diff) | |
download | hurrycurry-69dc6c1cb96536e4fa6998ed3d13786dbaf7595e.tar hurrycurry-69dc6c1cb96536e4fa6998ed3d13786dbaf7595e.tar.bz2 hurrycurry-69dc6c1cb96536e4fa6998ed3d13786dbaf7595e.tar.zst |
list new languages ingame
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 ec53efd8..ae9252c0 100644 --- a/client/project.godot +++ b/client/project.godot @@ -194,7 +194,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", "res://po/ar.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", "res://po/zh_Hant.po", "res://po/zh_Hans.po", "res://po/pl.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] |