aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--client/menu/main_menu.tscn2
-rw-r--r--client/po/de.po42
-rw-r--r--client/project.godot5
4 files changed, 51 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8849a268..eef26db4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@
/specs/*.html
/data/recipes.yaml
.godot
+undercooked.pot
+*.mo
diff --git a/client/menu/main_menu.tscn b/client/menu/main_menu.tscn
index f6c113de..2e6c671e 100644
--- a/client/menu/main_menu.tscn
+++ b/client/menu/main_menu.tscn
@@ -45,6 +45,7 @@ layout_mode = 2
[node name="title" type="Label" parent="side/margin/options"]
layout_mode = 2
+auto_translate = false
theme_override_fonts/font = SubResource("FontVariation_htgmg")
theme_override_font_sizes/font_size = 40
text = "Undercooked"
@@ -64,6 +65,7 @@ layout_mode = 2
[node name="uri" type="LineEdit" parent="side/margin/options/connect"]
layout_mode = 2
size_flags_horizontal = 3
+auto_translate = false
placeholder_text = "wss://example.org"
[node name="connect" type="Button" parent="side/margin/options/connect"]
diff --git a/client/po/de.po b/client/po/de.po
new file mode 100644
index 00000000..e53c89f9
--- /dev/null
+++ b/client/po/de.po
@@ -0,0 +1,42 @@
+# LANGUAGE translation for undercooked for the following files:
+# res://menu/main_menu.tscn
+#
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: undercooked\n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: nokoe\n"
+"Language-Team: \n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 3.4.4\n"
+
+#: menu/main_menu.tscn
+msgid "Quick Connect"
+msgstr "Jetzt verbinden"
+
+#: menu/main_menu.tscn
+msgid "Connect"
+msgstr "Verbinden"
+
+#: menu/main_menu.tscn
+msgid "My Chef"
+msgstr "Mein Koch"
+
+#: menu/main_menu.tscn
+msgid "Settings (todo)"
+msgstr "Einstellungen"
+
+#: menu/main_menu.tscn
+msgid "Credits"
+msgstr "Anerkennung"
+
+#: menu/main_menu.tscn
+msgid "Quit"
+msgstr "Verlassen"
diff --git a/client/project.godot b/client/project.godot
index 8da3185a..aa024f72 100644
--- a/client/project.godot
+++ b/client/project.godot
@@ -67,6 +67,11 @@ interact={
]
}
+[internationalization]
+
+locale/translations=PackedStringArray("res://po/de.po")
+locale/translations_pot_files=PackedStringArray("res://menu/main_menu.tscn")
+
[rendering]
anti_aliasing/quality/msaa_3d=2