From 38fc463fbfb9b74c38f1e8c33e4c99bc2274a880 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 11 Dec 2014 16:19:10 +0100 Subject: [PATCH] Fixed incorrect filter name in docs/topics/i18n/translation.txt. --- 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 daf66d332bc..d7e389a1dc9 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -872,7 +872,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/