Return an appropriate TransHandler class.
TransHandler is chosen depending on the component translation type.
It will raise an exception if the Translation type is not specified.
Keyword arguments: i18n_type – The type of the TransHandler, used to decide the class to be returned.
>>> print get_trans_handler('POT')
projects.handlers.trans_handler.TransHandler
Jul 19, 2010