aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-07-18 21:56:19 +0200
committertpart <tpart120@proton.me>2024-07-18 21:56:19 +0200
commit9de32776cf934ef048fef777db90567299811022 (patch)
treee4879a8d06846f74def963503f3496597c2ad5e6
parent8f792ed351e5e8e3f0eab553a91ab7b010d406e6 (diff)
downloadhurrycurry-9de32776cf934ef048fef777db90567299811022.tar
hurrycurry-9de32776cf934ef048fef777db90567299811022.tar.bz2
hurrycurry-9de32776cf934ef048fef777db90567299811022.tar.zst
Add french translation to internal script
-rw-r--r--client/global.gd2
-rw-r--r--client/project.godot2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/global.gd b/client/global.gd
index 53e82397..01b0a67a 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -36,7 +36,7 @@ var default_profile := {
"has_seen_join_while_running": false
}
}
-var languages := [tr("System default"), "en", "de"]
+var languages := [tr("System default"), "en", "de", "fr"]
var using_joypad := false
var default_settings := {
diff --git a/client/project.godot b/client/project.godot
index 20d49f20..8ef3527c 100644
--- a/client/project.godot
+++ b/client/project.godot
@@ -184,7 +184,7 @@ zoom_out_discrete={
[internationalization]
-locale/translations=PackedStringArray("res://po/de.po")
+locale/translations=PackedStringArray("res://po/de.po", "res://po/fr.po", "res://po/es.po", "res://po/ja.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")
[rendering]