iamkun / iamkun/dayjs

fix localized format for `el` locale

Open
#2,602 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.