script to generate a .mo file

This commit is contained in:
Roland Gruber 2003-07-08 08:55:20 +00:00
parent f292691548
commit db6c584126
1 changed files with 10 additions and 0 deletions

10
lam/po/make_mo Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
# $Id$
#
# Copyright (C) 2003 Roland Gruber
# 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 messages.po -o messages.mo