Skip to content

Commit

Permalink
(i18n) Fix Lithuanian weekday names
Browse files Browse the repository at this point in the history
Fixes #4370
  • Loading branch information
cgx committed Jan 5, 2018
1 parent 7824c35 commit 2f1c8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/MainUI/Lithuanian.lproj/Locale
Expand Up @@ -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";
Expand Down

0 comments on commit 2f1c8cd

Please sign in to comment.