Ticket #5097: i18n.txt.diff
File i18n.txt.diff, 572 bytes (added by , 17 years ago) |
---|
-
i18n.txt
263 263 Internally, all block and inline translations use the appropriate 264 264 ``ugettext`` / ``ungettext`` call. 265 265 266 Each ``RequestContext`` has access to t wotranslation-specific variables:266 Each ``RequestContext`` has access to three translation-specific variables: 267 267 268 268 * ``LANGUAGES`` is a list of tuples in which the first element is the 269 269 language code and the second is the language name (in that language).