Example:
{{{
Although you can use Django without a database, it comes with an
`object-relational mapper`_ in which you describe your database layout in
Python
code.
.. _object-relational mapper: http://en.wikipedia.org/wiki/Object-
relational_mapping
}}}
If translate text link `object-relational mapper` in the paragraph, then
in some versions of shpinx such links are crumbling.
Safer work anonymous links (In the file `intro/contributing.txt` it's done
that way):
{{{
Although you can use Django without a database, it comes with an
`object-relational mapper`__ in which you describe your database layout in
Python
code.
__ http://en.wikipedia.org/wiki/Object-relational_mapping
}}}
It certainly does not concern `slug links`, such as:
{{{
`link-to-other-page`_ and `translated link to page <link-to-page-2>`_
}}}
Might be worth globally in all of the original documentation named links
to replace to anonymous?
Thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/25077>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Maybe you'd like to contribute to the
[https://docs.djangoproject.com/en/1.8/internals/contributing/localizing/#documentation
official effort] to translate the documentation rather than maintain a
fork? It seems this problem doesn't exist in our workflow (checked
[https://docs.djangoproject.com/fr/1.8/intro/overview/ French
translation]).
--
Ticket URL: <https://code.djangoproject.com/ticket/25077#comment:1>
Comment (by djbaldey):
I see several reasons why not everyone wants to work with Transifex.
1. Don't see the translated files in `docs/`.
2. How then to collect documentation on our language with the help of
shpinx for yourself?
3. One big file translate on the entire section is not convenient.
Our translations can be safely would be to pour (using git) to the
upstream of Django docs.
He has already made 76% far fewer people than 12% on Transifex.
--
Ticket URL: <https://code.djangoproject.com/ticket/25077#comment:2>
* status: new => closed
* resolution: => invalid
--
Ticket URL: <https://code.djangoproject.com/ticket/25077#comment:3>
Comment (by timgraham):
Sorry, but I don't think it's really a sustainable solution. For example,
enforcing "no named links" in new pull requests will be annoying.
--
Ticket URL: <https://code.djangoproject.com/ticket/25077#comment:4>
Comment (by claudep):
@djbaldey Feel free to discuss documentation translation on django-i18n
mailing list.
https://groups.google.com/forum/#!forum/django-i18n
--
Ticket URL: <https://code.djangoproject.com/ticket/25077#comment:5>