translationstring
translationstring copied to clipboard
translate() to pass context to translator() so translator() can get request data without using globals
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.