Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept abbreviated march, june, july in Norwegian locales #1431

Conversation

lovelovedokidoki
Copy link
Contributor

Norwegian locale currently prints out abbreviated months as 3 letters and a dot except for march, june and july that is printed out in full without a dot. (I assume this to ensure the abbreviated month character count is always 4?)
The parsing regexes currently don't reflect this, resulting in invalid dates.

This small fix aims to ammend that, so that parsing still works for these date formats. Same issue in both Norsk Bokmål (nb) and Nynorsk (nn) included in this fix

Copy link
Member

@kossnocorp kossnocorp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants