#36679: Basque locale date format does not handle conditional suffixes (date
declination)
-------------------------------------+-------------------------------------
Reporter: uloidi | Owner: Natalia
| Bidart
Type: Bug | Status: closed
Component: | Version: 5.2
Internationalization |
Severity: Normal | Resolution: fixed
Keywords: translation | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by nessita <124304+nessita@…>):
* resolution: => fixed
* status: assigned => closed
Comment:
In [changeset:"07c38764db1ba6a39ff0b3b224288e13c304f1c9" 07c3876]:
{{{#!CommitTicketReference repository=""
revision="07c38764db1ba6a39ff0b3b224288e13c304f1c9"
Fixed #36679 -- Fixed Basque date formats to use parenthetical declension
suffixes.
Basque (eu) grammar requires conditional suffixes on years and day
articles that depend on the final sound of the preceding word. Since
Django's format strings are static, the CLDR parenthetical convention
("(e)ko" instead of "ko") is used to express the optionality.
Co-authored-by: Natalia <
124304+...@users.noreply.github.com>
}}}
--
Ticket URL: <
https://code.djangoproject.com/ticket/36679#comment:8>