(i18n) Fix Lithuanian weekday names

Fixes #4370
pull/239/head
Francis Lachapelle 2018-01-05 08:43:59 -05:00
parent 7824c35d95
commit 2f1c8cdbc8
1 changed files with 1 additions and 1 deletions

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";