summaryrefslogtreecommitdiff
path: root/django/conf/locale/en
AgeCommit message (Collapse)Author
2025-09-23Fixed #36609 -- Added Haitian Creole (ht) language.Jean Patrick Prenis
Thanks Rebecca Conley for the review. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2025-09-18Updated source translation catalogs.Natalia
Forwardport of 22eed0384478e6d3167483cad8df03c687addeff from stable/6.0.x.
2025-03-19Updated source translation catalogs.Mariusz Felisiak
Forwardport of d2b1ec551567c208abfdd21b27ff6d08ae1a6371 from stable/5.2.x
2024-05-22Updated source translation catalogs.Natalia
Forwardport of 3af9c11b3b12729be26ef9da9cc32276a032d3cd from stable/5.1.x.
2023-09-18Updated source translation catalogs.Natalia
This work includes the updating of the translations catalog for JS files. The catalog was generated with this command: django-admin makemessages -l en --domain=djangojs -i views/templates/i18n_catalog.js The `views/templates/i18n_catalog.js` file had to be ignored because otherwise the command would fail as follows: xgettext: warning: msgid '' is used without plural and with plural. ./views/templates/i18n_catalog.js:52: Here is the occurrence without plural. ./views/templates/i18n_catalog.js:60: Here is the occurrence with plural. Workaround: If the msgid is a sentence, change the wording of the sentence; otherwise, use contexts for disambiguation. CommandError: errors happened while running msguniq /home/nessita/fellowship/django/django/conf/locale/djangojs.pot:22: context separator <EOT> within string /home/nessita/fellowship/django/django/conf/locale/djangojs.pot:23: context separator <EOT> within string msguniq: found 2 fatal errors Forwardport of c3f890a5803774887fc73a005cba7bf736bb546c from stable/5.0.x.
2023-08-12Added Uyghur language.Azat
2023-01-17Updated source translation catalogs.Mariusz Felisiak
Forward port of 6fef789e456204752ec6b77b41740d67553fdd6f from stable/4.2.x.
2022-08-30Added Central Kurdish (Sorani) language.Swara
2022-05-17Updated source translation catalogs.Mariusz Felisiak
Forward port of d1f1a0168ab8a2556980ec1410512b5f02502da4 from stable/4.1.x.
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-01Refs #33476 -- Used vertical hanging indentation for format lists with ↵Mariusz Felisiak
inline comments. Lists with multiple values and comments per-line are reformatted by Black to multiple lines with a single comment. For example: DATE_INPUT_FORMATS = "%Y-%m-%d", "%m/%d/%Y", "%m/%d/%y", # '2006-10-25', '10/25/2006', '10/25/06' ] is reformatted to the: DATE_INPUT_FORMATS = "%Y-%m-%d", "%m/%d/%Y", "%m/%d/%y", # '2006-10-25', '10/25/2006', '10/25/06' ] This reformats affected entries to multiple lines with corresponding comments.
2021-11-18Added Malay language.jhisham
2021-09-21Updated source translation catalogs.Mariusz Felisiak
Forwardport of 5b8cc4ce2679dbf45c257a57a93307201e52e5b6 from stable/4.0.x.
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2021-04-10Fixed #31937 -- Eased translation of time strings in some languages.Claude Paroz
2021-01-15Updated source translation catalogs.Claude Paroz
Forwardport of 3dc3a952b28af444cb3bc83d4638a0e5fc2eeae1 from stable/3.2.x.
2020-07-14Added Igbo language.Kelechi Precious Nwachukwu
2020-07-08Added Turkmen language.Resulkary
2020-06-12Added support for the Tajik language.Claude Paroz
Thanks Sirius Sufiew for contributing that support.
2020-05-20Added Kyrgyz language.Claude Paroz
Thanks Soyuzbek orozbek uulu for contributing that support.
2020-05-11Updated source translation catalogs.Claude Paroz
2020-01-07Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default ↵Claude Paroz
input formats.
2019-12-14Added Algerian Arabic language.Rabah Saadi
2019-11-04Added Uzbek language.Claude Paroz
2019-09-08Updated translation catalogsClaude Paroz
2019-01-16Updated translation catalogsClaude Paroz
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-05-17Updated translation catalogsClaude Paroz
2017-12-01Added Kabyle languageClaude Paroz
Forward port of bfc3fa3d3b291b40ed1e2ce6da3b2675b40f0a54 from stable/2.0.x
2017-11-15Updated main translation catalogClaude Paroz
Forward port of cd6d18abc31902a13013de61aacd0ae92d6f68a2 from stable/2.0.x.
2017-09-24Updated translation catalogsClaude Paroz
Forward port of 600104172a9d3cd7c496855110711785feab555a from stable/2.0.x.
2017-05-05Fixed #28085 -- Added missing plural forms in en translation catalogsClaude Paroz
2017-01-19Updated translation catalogsClaude Paroz
Forward port of 518693bef559bb719e68b08904a9250abfd9237c from stable/1.11.x
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-06-29Added Upper/Lower Sorbian languagesClaude Paroz
2016-05-17Updated translation catalogsClaude Paroz
2015-11-27Added Scottish Gaelic as new available languageClaude Paroz
Refs #25815. Thanks gunchleoc <fios@foramnagaidhlog.net> for the Scottish Gaelic formats.py.
2015-11-27Added Colombian Spanish as new available languageClaude Paroz
Refs #25815.
2015-10-09Updated translation catalogsClaude Paroz
Forward port of f717cb2ab4 from stable/1.9.x.
2015-03-18Updated translation catalogsClaude Paroz
Strings are frozen in anticipation of the Django 1.8 release. Forward port of 1cd2584c980 from stable/1.8.x
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-01-18Added contrib.postgres translation catalogClaude Paroz
Forward port of 8c8a1a084 from stable/1.8.x.
2015-01-17Updated en translation catalogsClaude Paroz
Forward port of 666c12e52 from stable/1.8.x
2014-08-23Added new supported languagesClaude Paroz
Forward port of 46393980cf from stable/1.7.x
2014-07-26Fixed #22887 -- Added comment for translators on unique_for_date error messageFederico Frenguelli
2014-05-19Updated translation catalogsClaude Paroz
2013-11-02Fixed all E261 warningscoagulant
2013-10-10Whitespace cleanup.Tim Graham
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
2013-07-13Fixed #20582 -- Allowed default Form.label_suffix to be translatedClaude Paroz
Thanks Tim Graham for the review.
2013-05-25Updated translation catalogsClaude Paroz
Updated core/admin/admindocs/comments translation catalogs.