mirror of
https://github.com/Hopiu/django.git
synced 2026-04-19 22:41:09 +00:00
Fixed typo in docs/topics/i18n/translation.txt
This commit is contained in:
parent
c52822e750
commit
8e306967de
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue