This directory holds Zabbix translations and helper scripts to work with them.

If you have checked out this copy of frontend from svn and want to access
 translations, run make_mo.sh .

Working msgfmt and find are required. This script will generate mo files for all
 translations.

If you want to update po files with new strings in the sourcefile, run
 update_po.sh . It will gather translatable strings from all files that end with
 ".php"

If you want to start translating in a new language, run add_new_language.sh and
 pass language code as the only argument, for example:

  $ ./add_new_language.sh et

For this script language template is needed. Running update_po.sh will generate
 one as frontend.pot (which add_new_language.sh requires).
