Fixes swedish date i18n

This commit is contained in:
Josh Perez 2023-01-18 20:05:32 -05:00 committed by GitHub
parent e3d9e6b906
commit ebfd7a57dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": {