diff options
| author | Tim Graham <timograham@gmail.com> | 2014-07-02 13:16:31 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-07-02 13:16:31 -0400 |
| commit | 1a3bec4a26248f93982e0349bab53adaab80e968 (patch) | |
| tree | a5930656d4d67ab547cb6f45b9f735b964c1aa98 /docs/internals/contributing/localizing.txt | |
| parent | 10e83d48a3b199f9c8c73882be1ded5016f86a1a (diff) | |
Fixed #18108 -- Added instructions for translating documentation.
Thanks Claude Paroz.
Diffstat (limited to 'docs/internals/contributing/localizing.txt')
| -rw-r--r-- | docs/internals/contributing/localizing.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/internals/contributing/localizing.txt b/docs/internals/contributing/localizing.txt index 20b691a453..bb06da156d 100644 --- a/docs/internals/contributing/localizing.txt +++ b/docs/internals/contributing/localizing.txt @@ -64,3 +64,14 @@ Django source tree, as for any code change: .. _Transifex: https://www.transifex.com/ .. _Django project page: https://www.transifex.com/projects/p/django/ .. _Transifex User Guide: http://support.transifex.com/ + +.. _translating-documentation: + +Documentation +------------- + +There is also an opportunity to translate the documentation, though this is a +huge undertaking to complete entirely (you have been warned!). We use the same +`Transifex tool <https://www.transifex.com/projects/p/django-docs/>`_. The +translations will appear at ``https://docs.djangoproject.com/<language_code>/`` +when at least the ``docs/intro/*`` files are fully translated in your language. |
