diff options
author | tpart <tpart120@proton.me> | 2024-08-23 21:54:27 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-08-23 21:54:27 +0200 |
commit | d3b776d003a3821544a2a17e6688edc66f4670c6 (patch) | |
tree | bd8189d473a92659d4d575158953e5252ff082ed /client/project.godot | |
parent | 55ee7885f9781ce84b0ff0709e57154939b08302 (diff) | |
download | hurrycurry-d3b776d003a3821544a2a17e6688edc66f4670c6.tar hurrycurry-d3b776d003a3821544a2a17e6688edc66f4670c6.tar.bz2 hurrycurry-d3b776d003a3821544a2a17e6688edc66f4670c6.tar.zst |
Add play menu to pot generation files
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 ae9252c0..8ed57d98 100644 --- a/client/project.godot +++ b/client/project.godot @@ -195,7 +195,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", "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") +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", "res://menu/play.tscn") [rendering] |