Package ch.autumo.beetroot.plant
Class TemplateLanguageProcessor
java.lang.Object
ch.autumo.beetroot.plant.TemplateLanguageProcessor
Extract translatable text from templates.
Note this overwrites existing templates and columns.cfg
files in 'web/html' and template language translation
files in 'web/lang/tmpl'. It always looks up these files in
'web'-folder, unless a specific folder is defined, which
must point should a similar beetRoot web-folder structure.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TemplateLanguageProcessor
public TemplateLanguageProcessor()
-
-
Method Details
-
process
Process.- Parameters:
templateBaseDir- HTML template base directory, usually 'web/', but if could be more specific if not all templates should be translatedtemplateLangBaseDir- language template base directory, usually 'web/', reads 'lang/tmpl_lang_default.properties' from there.
-