Skip to content

Commit cebf7f7

Browse files
author
Alexander Smishlajev
committed
add 'i18n' to the rendering context dictionary description
1 parent ee20506 commit cebf7f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

roundup/cgi/templating.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@ class in this file. If the tracker interfaces module defines a
224224
*false*
225225
Logical False value.
226226
227+
*i18n*
228+
Internationalization service, providing string translation
229+
methods ``gettext`` and ``ngettext``.
230+
227231
"""
228232
# construct the TemplatingUtils class
229233
utils = TemplatingUtils

0 commit comments

Comments
 (0)