diff options
author | nokoe <nokoe@mailbox.org> | 2024-06-24 14:06:11 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-06-24 14:06:11 +0200 |
commit | 4ac5c49d6fff64c06d0a8b0a5af852bc6c4c1ca8 (patch) | |
tree | 7fec835da2aa09f7e6e55df0a4adfb0356bf9fb3 /client/menu | |
parent | b74f62cfdd58eafac8e6a8f78e4bfc2025f92f49 (diff) | |
download | hurrycurry-4ac5c49d6fff64c06d0a8b0a5af852bc6c4c1ca8.tar hurrycurry-4ac5c49d6fff64c06d0a8b0a5af852bc6c4c1ca8.tar.bz2 hurrycurry-4ac5c49d6fff64c06d0a8b0a5af852bc6c4c1ca8.tar.zst |
add german translation
Diffstat (limited to 'client/menu')
-rw-r--r-- | client/menu/main_menu.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
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"] |