diff options
| author | Yohan Boniface <yb@enix.org> | 2014-12-11 16:19:10 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-11 12:11:02 -0500 |
| commit | 38fc463fbfb9b74c38f1e8c33e4c99bc2274a880 (patch) | |
| tree | 1547c320424279b566eff1e75c22b9f2fe50b146 | |
| parent | fd60e6c8878986a102f0125d9cdf61c717605cf1 (diff) | |
Fixed incorrect filter name in docs/topics/i18n/translation.txt.
| -rw-r--r-- | docs/topics/i18n/translation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index daf66d332b..d7e389a1dc 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/ |
