projects
/
squirrelmail.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Style police.
[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