From 2f1c8cdbc815adac69d55c8428d5e884e4b6f3b1 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 5 Jan 2018 08:43:59 -0500 Subject: [PATCH] (i18n) Fix Lithuanian weekday names Fixes #4370 --- UI/MainUI/Lithuanian.lproj/Locale | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/MainUI/Lithuanian.lproj/Locale b/UI/MainUI/Lithuanian.lproj/Locale index f9406c837..0e9b867b5 100644 --- a/UI/MainUI/Lithuanian.lproj/Locale +++ b/UI/MainUI/Lithuanian.lproj/Locale @@ -23,7 +23,7 @@ NSShortDateFormatString = "%m/%e/%y"; NSShortMonthNameArray = (Sau, Vas, Kov, Bal, Geg, Bir, Lie, Rgp, Rgs, Spa, Lap, Grd); NSShortTimeDateFormatString = "%m/%e/%y %I:%M %p"; - NSShortWeekDayNameArray = (Pir, Ant, Tre, Ket, Pnk, "Šeš", Sek); + NSShortWeekDayNameArray = (Sek, Pir, Ant, Tre, Ket, Pnk, "Šeš"); NSThisDayDesignations = ("šiandien", dabar); NSThousandsSeparator = ","; NSTimeDateFormatString = "%A, %B %e, %Y %I:%M:%S %p %Z";