Fixed line breaks that didn't allow xgetpo to work
[squirrelmail.git] / locale / compilepo
1 #!/bin/sh
2
3 # **
4 # ** This script compiles locale PO files
5 # **
6 # ** Usage: compilepo <locale id>
7 # ** Example: compilepo es
8 # **
9 # ** Philipe Mingo <mingo@rotedic.com>
10 # **
11 # ** $Id$
12
13 msgfmt -o $1/LC_MESSAGES/squirrelmail.mo $1/LC_MESSAGES/squirrelmail.po
14