Skip to content

Little bug in localized human readable rendering of rrule in italian #168

@ShoresOfNowhere

Description

@ShoresOfNowhere

When rendering rrules based on weekday repetitions such as "weekly on monday" , the italian language uses a different string for sundays:

weekly on monday -> settimanalmente il lunedì
weekly on sunday -> settimanalmente la domenica

This happens because in italian all weekdays are considered male except for sunday which is considered female, so all other days use "il" which is male but sunday uses "la" which is female.

I don't know if also in other languages sunday has a special treatment for that purpose, but I imagine it can happen.

Can this be resolved?
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions