Skip to content

Commit

Permalink
https://jira.corp.synacor.com/browse/ZCS-1368
Browse files Browse the repository at this point in the history
fixing calendar DT format
  • Loading branch information
mihaipopahtp authored and silentsakky committed Jul 11, 2017
1 parent a2c92b0 commit 8717fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebRoot/messages/AjxMsg_ca.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ formatCalDate = EEE, d MMM
formatCalDateLong = EEEE, d MMMM
formatCalDateFull = EEEE, d MMMM 'de' yyyy
# {0} is the hour number, 0-24; {1} is a date object with the same hour
formatCalHour = {0,choice,0#Mitjanit|1#{1,time,h a}|12#Migdia|13#{1,time,h a}|24#Mitjanit}
formatCalHour = {0,choice,0#Mitjanit|1#{1,time,HH:mm}|12#Migdia|13#{1,time,HH:mm}|24#Mitjanit}
formatCalDay = d/MM
formatCalMonth = MMMM 'de' yyyy
formatShortCalMonth = MMM de yyyy
Expand Down

0 comments on commit 8717fbd

Please sign in to comment.