mirror of
https://github.com/django/django.git
synced 2025-09-15 06:55:32 +00:00
Fixed incorrect filter name in docs/topics/i18n/translation.txt.
This commit is contained in:
parent
fd60e6c887
commit
38fc463fbf
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue