From 51927132856798cacbcd78021e0f6a5037021e1e Mon Sep 17 00:00:00 2001
From: Baptiste Mispelon <bmispelon@gmail.com>
Date: Sun, 15 Dec 2013 01:50:54 +0100
Subject: [PATCH] [1.6.x] Added internal link to i18n documentation.

Backport of e904d421d06bb53fbc9f55bd129b0b213d9908c5 from master.
---
 docs/topics/i18n/translation.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index 77c8915a06..f57a0f98d0 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