diff options
| author | Rafał Selewońko <rafal@selewonko.com> | 2015-07-16 12:20:46 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-16 07:31:30 -0400 |
| commit | 8e306967dec222cfb5df036855a59ec29a4cbcb2 (patch) | |
| tree | b64181236cc7d2919078fc3e6cac0e6dc48c5546 /docs | |
| parent | c52822e7501e8478abf99465d8c9f3102dde618a (diff) | |
Fixed typo in docs/topics/i18n/translation.txt
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/translation.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index e19ee1220b..79b466ee39 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -843,8 +843,8 @@ language name (translated into the currently active locale). .. templatetag:: get_current_language -``get_current_languages`` -~~~~~~~~~~~~~~~~~~~~~~~~~ +``get_current_language`` +~~~~~~~~~~~~~~~~~~~~~~~~ ``{% get_current_language as LANGUAGE_CODE %}`` returns the current user's preferred language as a string. Example: ``en-us``. See |
