Opened 3 years ago

Closed 3 years ago

Last modified 22 months ago

#32229 closed Bug (invalid)

correct ordinals in italian

Reported by: Jay Turner Owned by: nobody
Component: contrib.humanize Version: 2.2
Severity: Normal Keywords: i18n
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The current translation we have is {}esimo for every ordinal. If you look at the Wikipedia page for ordinals in Italian, it has a list of ordinals. This shows that numbers 1-9 don't end in esimo and even at that, esimo is only used when the number is spelled out, which is not the case in this situation.

I propose switching to using {}º as the translation. An Italian user in my discord suggested that this is more correct than "1esimo"

Change History (4)

comment:1 by Mariusz Felisiak, 3 years ago

Resolution: invalid
Status: newclosed

Thanks for the report, however, translations are handled at Transifex and not in this tracker.

comment:2 by Jay Turner, 3 years ago

Okay, I'll try to join. I've made a PR anyway.

comment:3 by Carlton Gibson <carlton@…>, 22 months ago

In 89e695a:

Fixed #33876, Refs #32229 -- Made management forms render with div.html template.

Thanks to Claude Paroz for the report.

comment:4 by Carlton Gibson <carlton.gibson@…>, 22 months ago

In 8aab03a:

[4.1.x] Fixed #33876, Refs #32229 -- Made management forms render with div.html template.

Thanks to Claude Paroz for the report.

Backport of 89e695a69b16b8c0e720169b3ca4852cfd0c485f from main

Note: See TracTickets for help on using tickets.
Back to Top