Lines Matching refs:gettext
137 def gettext(__context, __string, **variables): function
142 return gettext
180 gettext = getattr(translations, 'ugettext', None)
181 if gettext is None:
182 gettext = translations.gettext
186 self._install_callables(gettext, ngettext, newstyle)
195 def _install_callables(self, gettext, ngettext, newstyle=None): argument
199 gettext = _make_new_gettext(gettext)
202 gettext=gettext,
353 gettext = nodes.Name('gettext', 'load')
354 node = nodes.Call(gettext, [nodes.Const(singular)],