fix localized format for `el` locale
Open
- Dominant language
- JavaScript
- Stars
- 48.7k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Localized formats for `el` locale are not correct due to missing month declension.
Take a look at [moment implementation](https://github.com/moment/moment/blob/develop/locale/el.js)
**Expected behavior**
For `March 11 2024` it should translate to
- 11 Μαρτ**ίου** 2024
and not to
- 11 Μάρτιος 2024
when a month is prefixed by a day (`LL`, `LLL`, `LLLL`)
**Information**
- Day.js Version [e.g. v1.11.10]
Contributor guide
Assessment
This issue has not been assessed yet.