diff options
| author | Claude Paroz <claude@2xlibre.net> | 2021-08-05 18:34:52 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2021-08-13 15:34:27 +0200 |
| commit | 754b82d9de7dad232d17db0073d370b747b48c83 (patch) | |
| tree | 5e412ed46524356b2e75e197ea9b957edfbae5d6 /docs/internals/contributing | |
| parent | 54a30a7a00fea6c5e3702282ade6e0238e06de3b (diff) | |
The django-i18n mailing list moved to the Django Forum.
Diffstat (limited to 'docs/internals/contributing')
| -rw-r--r-- | docs/internals/contributing/localizing.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/contributing/localizing.txt b/docs/internals/contributing/localizing.txt index 1ff2a1fc85..fef9e62db0 100644 --- a/docs/internals/contributing/localizing.txt +++ b/docs/internals/contributing/localizing.txt @@ -18,8 +18,7 @@ If you find an incorrect translation or want to discuss specific translations, go to the `Django project page`_. If you would like to help out with translating or add a language that isn't yet translated, here's what to do: -* Join the :ref:`Django i18n mailing list <django-i18n-mailing-list>` and - introduce yourself. +* Introduce yourself on the `Django internationalization forum`_. * Make sure you read the notes about :ref:`specialties-of-django-i18n`. @@ -70,6 +69,7 @@ Django source tree, as for any code change: .. _Transifex: https://www.transifex.com/ .. _Django project page: https://www.transifex.com/django/django/ +.. _Django internationalization forum: https://forum.djangoproject.com/c/internals/i18n/14 .. _Transifex User Guide: https://docs.transifex.com/ .. _translating-documentation: |
