From ec861bca692dde67579967c5ebeb0f6b5995aad7 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 11 Dec 2014 16:19:10 +0100 Subject: [PATCH] [1.6.x] Fixed incorrect filter name in docs/topics/i18n/translation.txt. Backport of 38fc463fbfb9b74c38f1e8c33e4c99bc2274a880 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 acb574a1b1..fbe66d3fe8 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -846,7 +846,7 @@ There are also simple filters available for convenience: * ``{{ LANGUAGE_CODE|language_name }}`` ("German") * ``{{ LANGUAGE_CODE|language_name_local }}`` ("Deutsch") -* ``{{ LANGUAGE_CODE|bidi }}`` (False) +* ``{{ LANGUAGE_CODE|language_bidi }}`` (False) .. _Django templates: ../templates_python/