From 48f2677aad729df4eb8a63bbbe25eb2b1129844f Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 18 Oct 2018 14:40:13 -0400 Subject: [PATCH] Remove duplicate short date formats in German --- UI/PreferencesUI/German.lproj/Localizable.strings | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/UI/PreferencesUI/German.lproj/Localizable.strings b/UI/PreferencesUI/German.lproj/Localizable.strings index 9fa2eebcc..386c348e4 100644 --- a/UI/PreferencesUI/German.lproj/Localizable.strings +++ b/UI/PreferencesUI/German.lproj/Localizable.strings @@ -82,10 +82,9 @@ "shortDateFmt_9" = "%y-%m-%d"; "shortDateFmt_10" = "%y/%m/%d"; "shortDateFmt_11" = "%y.%m.%d"; -"shortDateFmt_12" = "%Y-%m-%d"; -"shortDateFmt_13" = "%Y/%m/%d"; -"shortDateFmt_14" = "%Y.%m.%d"; -"shortDateFmt_15" = ""; +"shortDateFmt_12" = "%Y/%m/%d"; +"shortDateFmt_13" = "%Y.%m.%d"; +"shortDateFmt_14" = ""; "longDateFmt_0" = "%A, %d. %B %Y"; "longDateFmt_1" = "%A, %e. %B %Y";