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!
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!