From 8ee9a4627e6716f24f529260928a1c36e7941e66 Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Sat, 19 Feb 2011 23:59:59 +0000 Subject: [PATCH] Fixed #15341 -- Clarified where translation problems should be reported in the contributing docs. Thanks to bpeschier for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15590 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/internals/contributing.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt index a42770b205..5f9aedf9f3 100644 --- a/docs/internals/contributing.txt +++ b/docs/internals/contributing.txt @@ -404,8 +404,10 @@ infrastructure available to Django applications described in the :doc:`i18n documentation`. These translations are contributed by Django users worldwide. If you find an -incorrect translation, or if you'd like to add a language that isn't yet -translated, here's what to do: +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: * Join the `Django i18n mailing list`_ and introduce yourself. @@ -449,6 +451,7 @@ translated, here's what to do: .. _Transifex: http://www.transifex.net/ .. _Django project page: http://www.transifex.net/projects/p/django/ .. _translation teams: http://www.transifex.net/projects/p/django/teams/ +.. _translation team: http://www.transifex.net/projects/p/django/teams/ .. _Transifex Help: http://help.transifex.net/ Submitting javascript patches