From b7262591cf847e7465327bb1c9fd1e335c8c06af Mon Sep 17 00:00:00 2001 From: Oarcinae Date: Wed, 6 Nov 2024 10:58:35 -0500 Subject: [PATCH] Removing trailing spaces from locale, and add them in string concat where needed. --- lib/gui_tabs/spawn_controls.lua | 2 +- lib/separate_spawns_guis.lua | 2 +- locale/de/locale.cfg | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/gui_tabs/spawn_controls.lua b/lib/gui_tabs/spawn_controls.lua index 7c30a04..dcbe858 100644 --- a/lib/gui_tabs/spawn_controls.lua +++ b/lib/gui_tabs/spawn_controls.lua @@ -435,7 +435,7 @@ function SpawnCtrlTabGuiClick(event) local position = tags.position --[[@as MapPosition]] player.set_controller{type = defines.controllers.remote, position = position, surface = surface_name} - player.print({"", { "oarc-spawn-gps-location" }, GetGPStext(surface_name, position)}) + player.print({"", { "oarc-spawn-gps-location" }, " ", GetGPStext(surface_name, position)}) -- Teleports the player to their home base elseif (tags.setting == "teleport_home") then diff --git a/lib/separate_spawns_guis.lua b/lib/separate_spawns_guis.lua index 1727f91..0aec525 100644 --- a/lib/separate_spawns_guis.lua +++ b/lib/separate_spawns_guis.lua @@ -1094,7 +1094,7 @@ function DisplayBuddySpawnRequestMenu(player, requesting_buddy_name) local distText = { "oarc-buddy-txt-distance", spawn_choices.distance} ---@type LocalisedString - local requestText = { "", requesting_buddy_name, { "oarc-buddy-txt-would-like" }, teamText, { "oarc-buddy-txt-next-to-you" }, + local requestText = { "", requesting_buddy_name, { "oarc-buddy-txt-would-like" }, " ", teamText, { "oarc-buddy-txt-next-to-you" }, moatText, surfaceText, distText } AddLabel(buddy_request_gui_if, nil, requestText, my_label_style) diff --git a/locale/de/locale.cfg b/locale/de/locale.cfg index 29f3545..b9fcacf 100644 --- a/locale/de/locale.cfg +++ b/locale/de/locale.cfg @@ -40,7 +40,7 @@ oarc-spawn-menu-solo-header=Eigenen Spawn erstellen oarc-spawn-menu-shared-header=Einem anderen Spawn beitreten oarc-spawn-menu-buddy-header=Einen Buddy-Spawn erstellen -oarc-spawn-distance-slider-label=Abstand vom Kartenzentrum: +oarc-spawn-distance-slider-label=Abstand vom Kartenzentrum: oarc-spawn-distance-slider-tooltip=Dies ist der Mindestabstand in Chunks vom Zentrum der Karte, in dem du spawnst. Du könntest weiter entfernt spawnen, wenn die Karte bereits erkundet wurde. Ressourcen und Feinde sind weiter vom Zentrum entfernt zahlreicher, aber du erhältst immer noch ein sicheres Startgebiet. oarc-starting-area-normal=Du spawnst in einem neuen Gebiet mit vorgegebenen Startressourcen. @@ -107,7 +107,7 @@ oarc-spawn-info-location-button=Standort auf der Karte anzeigen oarc-spawn-info-location-button-tooltip=Klicken, um den Standort auf der Karte anzuzeigen. -oarc-spawn-gps-location=Standort: +oarc-spawn-gps-location=Standort: oarc-shared-spawn-controls=Gemeinsame Spawn-Steuerung oarc-shared-spawn-allow-joiners=Erlaube anderen Spielern, deiner Basis beizutreten. oarc-shared-spawn-full=Deine Basis ist voll! Es können keine weiteren Spieler beitreten. @@ -168,7 +168,7 @@ oarc-buddy-cancel-request=__1__ hat die Mitspieler-Anfrage abgebrochen! oarc-buddy-requesting-from-you=__1__ fragt nach einem Mitspieler-Spawn von dir an! # [MITSPIELERNAME] oarc-buddy-txt-would-like {Teamwahl} oarc-buddy-txt-next-to-you {Grabenwahl} {Oberflächenwahl} {Abstandswahl} -oarc-buddy-txt-would-like= möchte beitreten +oarc-buddy-txt-would-like= möchte beitreten oarc-buddy-txt-main-team=dem Hauptteam oarc-buddy-txt-new-teams=auf getrennten Teams oarc-buddy-txt-buddy-team=ein Mitspieler-Team