From 9b42b0867382a0149c40baf1f0723c21cb433068 Mon Sep 17 00:00:00 2001 From: Yannik Bloscheck Date: Tue, 18 Nov 2025 21:29:15 +0100 Subject: [PATCH] [translations] Fixed wrong German search category labels in the interface Signed-off-by: Yannik Bloscheck --- android/app/src/main/res/values-de/strings.xml | 4 ++-- iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/app/src/main/res/values-de/strings.xml b/android/app/src/main/res/values-de/strings.xml index 2f10b2a2d..6706ef33e 100644 --- a/android/app/src/main/res/values-de/strings.xml +++ b/android/app/src/main/res/values-de/strings.xml @@ -109,11 +109,11 @@ Tankstelle - Parkplätze|Parkplatz|Stellplatz + Parkplätze Shopping - Second-hand|Gebrauchte Artikel|Gebrauchte Ware + Second-hand Hotel diff --git a/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings index fcf4a6c5d..f031f00d7 100644 --- a/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings @@ -99,13 +99,13 @@ "category_fuel" = "Tankstelle"; /* Search category for parking lots; any changes should be duplicated in categories.txt @category_parking! */ -"category_parking" = "Parkplätze|Parkplatz|Stellplatz"; +"category_parking" = "Parkplätze"; /* Search category for malls/clothes/shoes/gifts/jewellery/sport shops; any changes should be duplicated in categories.txt @category_shopping! */ "category_shopping" = "Shopping"; /* Search category for second_hand/charity/antique/auction shops; any changes should be duplicated in categories.txt @category_secondhand! */ -"category_secondhand" = "Second-hand|Gebrauchte Artikel|Gebrauchte Ware"; +"category_secondhand" = "Second-hand"; /* Search category for places to stay; any changes should be duplicated in categories.txt @category_hotel! */ "category_hotel" = "Hotel";