Opened 8 weeks ago

Closed 6 weeks ago

Last modified 6 weeks ago

#36609 closed New feature (fixed)

Add Haitian Creole (ht) translation

Reported by: prepa24 Owned by: prepa24
Component: Internationalization Version: 5.2
Severity: Normal Keywords: i18n, l10n, translation, ht
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This ticket proposes the addition of Haitian Creole (ht) as an officially supported language in Django.

The translation work has been completed on Transifex and is ready to be included in the codebase. This patch introduces the following files:

  • django/conf/locale/ht/LC_MESSAGES/django.po
  • django/conf/locale/ht/LC_MESSAGES/djangojs.po
  • django/conf/locale/ht/formats.py

These files allow Django to properly handle internationalization and formatting for Haitian Creole. Adding support for this language will benefit Haitian developers and end-users who prefer to use Django in their native language.

Change History (5)

comment:1 by Mariusz Felisiak, 8 weeks ago

Needs documentation: set
Owner: set to prepa24
Patch needs improvement: set
Status: newassigned
Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 7 weeks ago

Needs documentation: unset
Patch needs improvement: unset

comment:3 by Mariusz Felisiak, 7 weeks ago

Triage Stage: AcceptedReady for checkin

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 6 weeks ago

Resolution: fixed
Status: assignedclosed

In 9af82251:

Fixed #36609 -- Added Haitian Creole (ht) language.

Thanks Rebecca Conley for the review.

Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@…>

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 6 weeks ago

In 5d00bbd:

[6.0.x] Fixed #36609 -- Added Haitian Creole (ht) language.

Thanks Rebecca Conley for the review.

Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@…>

Backport of 9af8225117bbc845a41ca27332c0ee1946322b90 from main

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