aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-27 18:52:20 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-27 18:52:20 +0200
commit4d6a4b96380884a955d7541daea5ca691a0a67c6 (patch)
tree1752e520747280d44392a5bc4f069cf913a21d37
parentfb654b60f5c7b5ea7f3f64face850ba43bcbf47d (diff)
downloadhurrycurry-4d6a4b96380884a955d7541daea5ca691a0a67c6.tar
hurrycurry-4d6a4b96380884a955d7541daea5ca691a0a67c6.tar.bz2
hurrycurry-4d6a4b96380884a955d7541daea5ca691a0a67c6.tar.zst
add portuguese
-rw-r--r--client/global.gd1
-rw-r--r--client/project.godot2
2 files changed, 2 insertions, 1 deletions
diff --git a/client/global.gd b/client/global.gd
index 3dbcfacd..4c179e17 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -381,6 +381,7 @@ const NATIVE_LANGUAGE_NAMES = {
"zh_Hans": "中文 (Simplified)", # TODO in chinese
"zh_Hant": "中文 (Traditional)",
"pl": "Polski",
+ "pt": "Português",
}
func language_display(l: String): return "%s (%s)" % [NATIVE_LANGUAGE_NAMES[l], l]
diff --git a/client/project.godot b/client/project.godot
index 8ed57d98..1d2c7aa6 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", "res://po/zh_Hant.po", "res://po/zh_Hans.po", "res://po/pl.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", "res://po/pt.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", "res://menu/play.tscn")
[rendering]