phpldapadmin/tools/po/make_mo
2009-06-30 20:26:08 +10:00

10 lines
266 B
Bash
Executable File

#!/bin/bash
# $Header $
#
# This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam)
# This script generates a messages.mo file from the translated messages.po file.
rm -f messages.mo
msgfmt -v -c --statistics messages.po -o messages.mo