From 53d86f6bf618859062325bcfdd8199ac88c873da Mon Sep 17 00:00:00 2001 From: Sindre Eiklid Date: Fri, 9 Feb 2024 16:04:44 +0100 Subject: [PATCH] Fixe translation formatting issue --- Assemblies/RimNauts2.dll | Bin 67072 -> 67072 bytes Changelog.md | 5 +---- Languages/English/Keyed/Other.xml | 2 +- Source/RimNauts2/RimNauts2/Constants.cs | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Assemblies/RimNauts2.dll b/Assemblies/RimNauts2.dll index 815669483d95b4c9b55c16c95f0fe615782a8ca0..1ea4f89d0cee574286fff4768efd0b3edff5a8a8 100644 GIT binary patch delta 46 zcmV+}0MY+|j0Av;1dxaX-pzaQv5YXq0W!0_#djVM1jN@7xG-Nwv{ux?TfkuCvqa>) EA^Xo3hX4Qo delta 46 zcmV+}0MY+|j0Av;1dxaXxjhHYv5YXq0Wq_^#djVMa4PKtdt41htF5EJ238arvqa>) EA-Px*_y7O^ diff --git a/Changelog.md b/Changelog.md index ffe240f..eac8e29 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,2 @@ # Changelog -- Add VFE patch to allow fishing zones on ocean moon -- Rename 'Satellite' to 'Relay Satellite' for a future update. -- Meteor events can no longer trigger in space -- Add compatibility with the latest SOS2 EVA system +- Fixed translation formatting issue. Thanks to Proxyer for reporting this bug. diff --git a/Languages/English/Keyed/Other.xml b/Languages/English/Keyed/Other.xml index fcf33f2..a84c2fd 100644 --- a/Languages/English/Keyed/Other.xml +++ b/Languages/English/Keyed/Other.xml @@ -42,7 +42,7 @@ Initiate the landing sequence for your pawns on the asteroid. Land on Moon Command your pawns to land on the moon's surface. - {} fuel required, currently at {} + {0} fuel required, currently at {1} Failed to launch module into orbit. Successfully launched module into orbit. Launch {0} diff --git a/Source/RimNauts2/RimNauts2/Constants.cs b/Source/RimNauts2/RimNauts2/Constants.cs index ad23b4f..00679f6 100644 --- a/Source/RimNauts2/RimNauts2/Constants.cs +++ b/Source/RimNauts2/RimNauts2/Constants.cs @@ -1,7 +1,7 @@ namespace RimNauts2 { public static class Info { public static readonly string name = "RimNauts 2"; - public static readonly string version = "5.1.1"; + public static readonly string version = "5.1.2"; } public static class Style {