1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

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

Thanks Rebecca Conley for the review.

Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
Jean Patrick Prenis
2025-09-13 10:13:46 -05:00
committed by Mariusz Felisiak
parent 30e9b6f6ad
commit 9af8225117
6 changed files with 64 additions and 0 deletions

View File

@@ -229,6 +229,11 @@ Email
accepts a :class:`~email.message.MIMEPart` object from Python's modern email
API.
Internationalization
~~~~~~~~~~~~~~~~~~~~
* Added support and translations for the Haitian Creole language.
Management Commands
~~~~~~~~~~~~~~~~~~~