(i18n) Fix Lithuanian weekday names

Fixes #4370
This commit is contained in:
Francis Lachapelle
2018-01-05 08:43:59 -05:00
parent 7824c35d95
commit 2f1c8cdbc8
+1 -1
View File
@@ -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";