summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYohan Boniface <yb@enix.org>2014-12-11 16:19:10 +0100
committerTim Graham <timograham@gmail.com>2014-12-11 12:12:36 -0500
commitec861bca692dde67579967c5ebeb0f6b5995aad7 (patch)
treebeabb955b747261698c4f3d7a778ad7f08779544 /docs
parent5fb7086b6b4c0129c57ea5928fd91d272f3e5858 (diff)
[1.6.x] Fixed incorrect filter name in docs/topics/i18n/translation.txt.
Backport of 38fc463fbfb9b74c38f1e8c33e4c99bc2274a880 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/i18n/translation.txt2
1 files changed, 1 insertions, 1 deletions
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/