From ed154c91dd162d2e881d815b2d521a7d3020e2d6 Mon Sep 17 00:00:00 2001 From: HJen-git <111049009+HJen-git@users.noreply.github.com> Date: Sat, 4 Jan 2025 23:40:46 +0100 Subject: [PATCH] Update Localizable.xcstrings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaced incorrect german translation in 2 locations Old: key -> Taste (meaning key as in keyboard) New: key -> Schlüssel (meaning key as in access key) --- Localizable.xcstrings | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Localizable.xcstrings b/Localizable.xcstrings index a5e01356..32a65ed4 100644 --- a/Localizable.xcstrings +++ b/Localizable.xcstrings @@ -14812,7 +14812,7 @@ "de" : { "stringUnit" : { "state" : "translated", - "value" : "Taste" + "value" : "Schlüssel" } }, "sr" : { @@ -14838,7 +14838,7 @@ "de" : { "stringUnit" : { "state" : "translated", - "value" : "Tastengröße" + "value" : "Schlüsselgröße" } }, "sr" : { @@ -31333,4 +31333,4 @@ } }, "version" : "1.0" -} \ No newline at end of file +}