Commit 491bf20d authored by Yohan Boniface's avatar Yohan Boniface Committed by Tim Graham
Browse files

[1.7.x] Fixed incorrect filter name in docs/topics/i18n/translation.txt.

Backport of 38fc463f from master
parent da562d6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/