From 395b33a5388f5de61d9ead239fd8119a73252f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Selewo=C5=84ko?= Date: Thu, 16 Jul 2015 12:20:46 +0200 Subject: [PATCH] [1.8.x] Fixed typo in docs/topics/i18n/translation.txt Backport of 8e306967dec222cfb5df036855a59ec29a4cbcb2 from master --- docs/topics/i18n/translation.txt | 4 ++-- 1 file 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