This stuff can be used to check your translations. A. How-to check translations of the installer and administration scripts. You will need an installed Slint. 1. Copy your PO file in wip/ 2. Run toolbox/toolbox.sh to check your translation. If all goes well... 3. Copy your translation from wip/ to po/ 4. Build the needed packages 5. Build an ISO 6. Install and try Note: to try the installer in a virtual machine you can use the ISO file like a virtual DVD, no need to burn it in that case. B. How-to check translations of man pages for packages pkgtools and slackpkg 1. Copy your PO file in in ../wip, (re)named for instance as es.pkgtools.po (man pages included in package pkgtools in Spanish). 2. Run ./generate_man_pages es.pkgtools. If all goes this will output all included man pages (in this case: es.explodepkg, es.installpkg, es.makepkg, es.pkgtool, es.removepkg, es.upgradepkg IN ../WIP. Else, read the error messages, make needed fixes then do it again. You can avoid most errors following this link: http://slint.fr/contribute.html#warning_man_pages. 3. To compare localized vs genuine man pages, do this for instance: cd ../wip/ LANG=es_CR.utf8 GROFF_ENCODING=utf8 man ./es.installpkg # localized man page LANG=en_US man installpkg # genuine man page