Fixes swedish date i18n
This commit is contained in:
parent
e3d9e6b906
commit
ebfd7a57dd
1 changed files with 1 additions and 1 deletions
|
@ -4738,7 +4738,7 @@
|
|||
"description": "Moment.js format for date headers in the message timeline, for dates <6 months old. See https://momentjs.com/docs/#/displaying/format/."
|
||||
},
|
||||
"TimelineDateHeader--date-older-than-6-months": {
|
||||
"message": "MMM D, ÅÅÅÅ",
|
||||
"message": "MMM D, YYYY",
|
||||
"description": "Moment.js format for date headers in the message timeline, for dates >=6 months old. See https://momentjs.com/docs/#/displaying/format/."
|
||||
},
|
||||
"MessageRequestWarning__learn-more": {
|
||||
|
|
Loading…
Reference in a new issue