

Steps:

1) Create the po files:

make gettext

The .pot files are generated in the directory ./po

2) Create the .po files to enable translation:

./init_l10n.sh lang

The files are created in translated_po/lang

Now the translators need add their work in the .po files 

3) Generate translated html files:

./l10n_script.sh lang

