Django

Code

Ticket #7061: i18n-doc-requestcontext-languages.diff

File i18n-doc-requestcontext-languages.diff, 0.7 kB (added by akaihola, 7 months ago)

correction to i18n.txt documentation

  • docs/i18n.txt

    old new  
    266266Each ``RequestContext`` has access to three translation-specific variables: 
    267267 
    268268    * ``LANGUAGES`` is a list of tuples in which the first element is the 
    269       language code and the second is the language name (in that language). 
     269      language code and the second is the language name (in English). 
    270270    * ``LANGUAGE_CODE`` is the current user's preferred language, as a string. 
    271271      Example: ``en-us``. (See "How language preference is discovered", below.) 
    272272    * ``LANGUAGE_BIDI`` is the current language's direction. If True, it's a