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:12:33 -0500 |
| commit | 491bf20d190b88ec64b9e9c6579d0bd165925677 (patch) | |
| tree | f858787f3993f34bfe3c8f6e490699d8f951123d | |
| parent | da562d6a8785d28b75475c1c3d1eb5987253bc35 (diff) | |
[1.7.x] Fixed incorrect filter name in docs/topics/i18n/translation.txt.
Backport of 38fc463fbfb9b74c38f1e8c33e4c99bc2274a880 from master
| -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 71b93aa2fd..18c72fbd7d 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/ |
