1
0
mirror of https://github.com/django/django.git synced 2025-04-13 03:52:20 +00:00

[1.8.x] Fixed typo in docs/topics/i18n/translation.txt

Backport of 8e306967dec222cfb5df036855a59ec29a4cbcb2 from master
This commit is contained in:
Rafał Selewońko 2015-07-16 12:20:46 +02:00 committed by Tim Graham
parent 093bd35798
commit 395b33a538

View File

@ -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