summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2012-03-12 22:00:44 +0000
committerJannis Leidel <jannis@leidel.info>2012-03-12 22:00:44 +0000
commitdb512b4d8c8c8b6e8a0dbc217617b4de97d84b69 (patch)
tree3b5b29232fcebddeb76f2382932d4ddbe3dee9ae /docs
parent3cc2cdddb3ac1e8a71978a0899d600def67ca4c7 (diff)
Fixed the localization docs a little to point to the correct Transifex URL. Also reworded it a bit to follow the site's new UI.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17690 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/contributing/localizing.txt22
1 files changed, 10 insertions, 12 deletions
diff --git a/docs/internals/contributing/localizing.txt b/docs/internals/contributing/localizing.txt
index 90a07c1e2d..de366febdc 100644
--- a/docs/internals/contributing/localizing.txt
+++ b/docs/internals/contributing/localizing.txt
@@ -14,10 +14,9 @@ Translations
Translations are contributed by Django users worldwide. The translation work is
coordinated at `Transifex`_.
-If you find an incorrect translation or want to discuss specific translations,
-go to the `translation team`_ page for that language. If you would like to help
-out with translating or add a language that isn't yet translated, here's what to
-do:
+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 `Django i18n mailing list`_ and introduce yourself.
@@ -25,9 +24,9 @@ do:
* Signup at `Transifex`_ and visit the `Django project page`_.
-* On the `translation teams`_ page, choose the language team you want
- to work with, **or** -- in case the language team doesn't exist yet --
- request a new team by clicking on the "Request a new team" button
+* On the `Django project page`_, choose the language you want to work on,
+ **or** -- in case the language doesn't exist yet --
+ request a new language team by clicking on the "Request language" link
and select the appropriate language.
* Then, click the "Join this Team" button to become a member of this team.
@@ -53,16 +52,15 @@ the date, time and numbers formatting particularities of your locale. See
:ref:`format-localization` for details.
The format files aren't managed by the use of Transifex. To change them, you
-must :doc:`create a patch<writing-code/submitting-patches>` against the Django source tree, as for any code change:
+must :doc:`create a patch<writing-code/submitting-patches>` against the
+Django source tree, as for any code change:
* Create a diff against the current Subversion trunk.
* Open a ticket in Django's ticket system, set its ``Component`` field to
``Translations``, and attach the patch to it.
-.. _Transifex: http://www.transifex.net/
+.. _Transifex: https://www.transifex.net/
.. _Django i18n mailing list: http://groups.google.com/group/django-i18n/
-.. _Django project page: http://www.transifex.net/projects/p/django/
-.. _translation team: http://www.transifex.net/projects/p/django/teams/
-.. _translation teams: http://www.transifex.net/projects/p/django/teams/
+.. _Django project page: https://www.transifex.net/projects/p/django/
.. _Transifex User Guide: http://help.transifex.net/