diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2013-12-15 01:50:54 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2013-12-15 01:50:54 +0100 |
| commit | e904d421d06bb53fbc9f55bd129b0b213d9908c5 (patch) | |
| tree | 1e1a02a4165b73e76409e4eccf95f8e7742168e1 /docs | |
| parent | 1fa681ee11ac234cdc515338397625f514e85b73 (diff) | |
Added internal link to i18n documentation.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/translation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index 6e56831a6b..cc4c24d364 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -557,7 +557,7 @@ string in the message catalogs. It's not possible to mix a template variable inside a string within ``{% trans %}``. 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 |
