Please see the Petal i18n documentation and the i18nFool documentation on CPAN for an introduction to internationalising MKDoc templates and the translation how to for instructions for translators.
These instructions are based on working with the default 1.8 templates with MKDoc 1.8 installed in /usr/local/mkdoc-1-8/ — change the paths to suite.
First move to the locale directory and generate a list of all the templates, in this case they all either end with .html or .xml:
cd locale find /usr/local/mkdoc-1-8/resources/templates/ | egrep '\.html$' | xargs > templates find /usr/local/mkdoc-1-8/resources/templates/ | egrep '\.xml$' | xargs >> templates