From: Iskren Chernev Date: Sat, 16 Apr 2016 08:04:40 +0000 (-0700) Subject: Add exact parsing for weekdays in siswati, rel #3081 X-Git-Tag: 2.13.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c8ea4ddaaf1be0794bc1be20eeff2c3549ef78d;p=thirdparty%2Fmoment.git Add exact parsing for weekdays in siswati, rel #3081 --- diff --git a/src/locale/ss.js b/src/locale/ss.js index 15a509cf2..fc1bcfb7b 100644 --- a/src/locale/ss.js +++ b/src/locale/ss.js @@ -11,6 +11,7 @@ export default moment.defineLocale('ss', { weekdays : 'Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo'.split('_'), weekdaysShort : 'Lis_Umb_Lsb_Les_Lsi_Lsh_Umg'.split('_'), weekdaysMin : 'Li_Us_Lb_Lt_Ls_Lh_Ug'.split('_'), + weekdaysParseExact : true, longDateFormat : { LT : 'h:mm A', LTS : 'h:mm:ss A',