RELEASE 0.9.8
This commit is contained in:
9
tools/po/make_mo
Executable file
9
tools/po/make_mo
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
Reference in New Issue
Block a user