1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[1.6.x] Added internal link to i18n documentation.

Backport of e904d421d06bb53fbc9f55bd129b0b213d9908c5 from master.
This commit is contained in:
Baptiste Mispelon 2013-12-15 01:50:54 +01:00
parent 15ab4936d7
commit 5192713285

View File

@ -557,7 +557,7 @@ string in the message catalogs.
It's not possible to mix a template variable inside a string within ``{% trans It's not possible to mix a template variable inside a string within ``{% trans
%}``. If your translations require strings with variables (placeholders), use %}``. If your translations require strings with variables (placeholders), use
``{% blocktrans %}`` instead. :ttag:`{% blocktrans %}<blocktrans>` instead.
If you'd like to retrieve a translated string without displaying it, you can If you'd like to retrieve a translated string without displaying it, you can