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

French suffix of days #30

Open
Pafzedog opened this issue Jul 1, 2020 · 0 comments
Open

French suffix of days #30

Pafzedog opened this issue Jul 1, 2020 · 0 comments

Comments

@Pafzedog
Copy link

Pafzedog commented Jul 1, 2020

Hello,

I think there is a mistake with dayOfMonthSuffix for french language.
In french, only the first day of the month need the suffix "er", all the others are just left as it.
It seems that you add "e" as suffix for all the other days.

toFrenchOrdinalSuffix : Int -> String
toFrenchOrdinalSuffix n =
    if n == 1 then
        "er"

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

No branches or pull requests

1 participant