LDAPAccountManager/lam/po/make_mo

12 lines
322 B
Plaintext
Raw Normal View History

2003-07-08 08:55:20 +00:00
#!/bin/bash
# $Id$
#
2017-06-15 09:05:18 +00:00
# Copyright (C) 2003 - 2017 Roland Gruber
2009-11-09 18:49:17 +00:00
# This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
2003-07-08 08:55:20 +00:00
# This script generates a messages.mo file from the translated messages.po file.
rm -f messages.mo
2017-06-15 09:05:18 +00:00
chmod -x messages.po
2005-01-02 15:07:01 +00:00
msgfmt -v -c --statistics messages.po -o messages.mo