mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[1.6.x] Fixed incorrect filter name in docs/topics/i18n/translation.txt.
Backport of 38fc463fbf from master
This commit is contained in:
committed by
Tim Graham
parent
5fb7086b6b
commit
ec861bca69
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user