translation support

This commit is contained in:
zzz
2009-12-10 01:54:49 +00:00
parent 9af796a10a
commit 14362630d7
7 changed files with 189 additions and 2 deletions

17
apps/susidns/src/bmsg.sh Normal file
View File

@ -0,0 +1,17 @@
#
# Update messages_xx.po and messages_xx.class files,
# from both java and jsp sources.
# Requires installed programs xgettext, msgfmt, msgmerge, and find.
# zzz - public domain
#
## launching sh.exe with -login parameter will open a shell with the current path always pointing to \bin\
## need to cd into our orignal path - where we call sh.exe from.
cd $CALLFROM
## echo $PWD
## except this everything is the same with bundle-message.sh
## walking - public domain :-D
source bundle-messages.sh $PARAS