fix: date formatting for non-english languages
This commit is contained in:
parent
8cd4bbccf6
commit
a955488cdf
2 changed files with 3 additions and 3 deletions
|
|
@ -786,7 +786,7 @@
|
|||
}
|
||||
},
|
||||
"date": {
|
||||
"locale": "en",
|
||||
"locale": "ru",
|
||||
"in": "в {date}",
|
||||
"ago": "{date} назад",
|
||||
"altFormatLong": "j M Y H:i",
|
||||
|
|
|
|||
Reference in a new issue