translationstring icon indicating copy to clipboard operation
translationstring copied to clipboard

translate() to pass context to translator() so translator() can get request data without using globals

Open alvinyue opened this issue 13 years ago • 0 comments

translate() has context=None in the method signature but it is not used. If it is passed to translator(), then translator would not need to do get_current_request() (not green thread safe) in Pyramid.

alvinyue avatar May 22 '12 20:05 alvinyue