Django

Code

Ticket #5097: i18n.txt.diff

File i18n.txt.diff, 0.6 kB (added by Nicola Larosa <nico@teknico.net>, 1 year ago)
  • i18n.txt

    old new  
    263263Internally, all block and inline translations use the appropriate 
    264264``ugettext`` / ``ungettext`` call. 
    265265 
    266 Each ``RequestContext`` has access to two translation-specific variables: 
     266Each ``RequestContext`` has access to three translation-specific variables: 
    267267 
    268268    * ``LANGUAGES`` is a list of tuples in which the first element is the 
    269269      language code and the second is the language name (in that language).