LDAPAccountManager/lam/po/make_mo

11 lines
304 B
Plaintext
Raw Normal View History

2003-07-08 08:55:20 +00:00
#!/bin/bash
# $Id$
#
2006-03-03 17:30:35 +00:00
# Copyright (C) 2003 - 2006 Roland Gruber
2003-07-08 08:55:20 +00:00
# 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
2005-01-02 15:07:01 +00:00
msgfmt -v -c --statistics messages.po -o messages.mo