Class I18nTextResourceHandler

All Implemented Interfaces:
ResourceHandler, LogEnabled, Contextualizable, Serviceable
Direct Known Subclasses:
JSResourceHandler

This class generates a translated version of an input file. It is designed to handle the following notation : {{i18n x}}
When encountering this pattern, we instantiate an I18nizableText with x and try to translate it.
Unknown translations are logged and do not prevent the generation process from continuing.