We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b704d6 commit fc003eeCopy full SHA for fc003ee
roundup/cgi/client.py
@@ -1,4 +1,4 @@
1
-# $Id: client.py,v 1.190 2004-10-20 06:36:06 a1s Exp $
+# $Id: client.py,v 1.191 2004-10-23 14:05:25 a1s Exp $
2
3
"""WWW request handler (also used in the stand-alone server).
4
"""
@@ -162,7 +162,8 @@ def setTranslator(self, translator=None):
162
If omitted, create default TranslationService.
163
164
if translator is None:
165
- translator = TranslationService.get_translation()
+ translator = TranslationService.get_translation(
166
+ tracker_home=self.instance.config["TRACKER_HOME"])
167
self.translator = translator
168
self._ = self.gettext = translator.gettext
169
self.ngettext = translator.ngettext
0 commit comments