RELEASE 0.9.8
This commit is contained in:
10
tools/po/make_po
Executable file
10
tools/po/make_po
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# $Header $
|
||||
#
|
||||
# This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam)
|
||||
|
||||
# This script generates a messages.po file for translation from all .inc and .php files.
|
||||
|
||||
cp messages.header messages.po
|
||||
find ../../ -name *.php -exec xgettext --keyword=_ -L PHP -j --omit-header -s {} \;
|
||||
find ../../ -name *.inc -exec xgettext --keyword=_ -L PHP -j --omit-header -s {} \;
|
Reference in New Issue
Block a user