Commit 395b33a5 authored by Rafał Selewońko's avatar Rafał Selewońko Committed by Tim Graham
Browse files

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

Backport of 8e306967 from master
parent 093bd357
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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