summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRafał Selewońko <rafal@selewonko.com>2015-07-16 12:20:46 +0200
committerTim Graham <timograham@gmail.com>2015-07-16 07:32:07 -0400
commit395b33a5388f5de61d9ead239fd8119a73252f4e (patch)
treecd18bbeea7ba10fc3c2b84fa4e0b41913cdf208d /docs
parent093bd35798b92384df1a378797d29aa3c5c3a713 (diff)
[1.8.x] Fixed typo in docs/topics/i18n/translation.txt
Backport of 8e306967dec222cfb5df036855a59ec29a4cbcb2 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/i18n/translation.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index ede30bde9f..cd7e4b422e 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -832,8 +832,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