ItEr49S04ValidacionEProbasFuncionaisItEr48S04: [Bug #365] Parse the strings in -business and append them to the keys file in -webapp.
This commit is contained in:
parent
1a805b87a0
commit
928ce03f82
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ if [ ! -f $WEBAPP_KEYS ]
|
|||
fi
|
||||
./gettext-keys-generator.pl -d $NAVALPLANNER_WEBAPP -k $WEBAPP_KEYS 2> /dev/null
|
||||
./gettext-keys-generator.pl --java -d $NAVALPLANNER_BUSINESS -k $WEBAPP_KEYS 2> /dev/null
|
||||
find $NAVALPLANNER_BUSINESS/src -name "*.java" -exec xgettext -j --from-code=utf-8 -k_ -o $WEBAPP_KEYS '{}' \;
|
||||
|
||||
# Parse ganttzk java and zul
|
||||
cd $NAVALPLANNER_GANTTZK
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue