Skip to content

Commit

Permalink
Add exact parsing for weekdays in siswati, rel moment#3081
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Apr 16, 2016
1 parent a1bd429 commit 3c8ea4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/locale/ss.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3c8ea4d

Please sign in to comment.