I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 625d76b9 authored by walking's avatar walking
Browse files

+ --from-code=UTF-8

parent a1de894b
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ do ...@@ -38,7 +38,7 @@ do
# To start a new translation, copy the header from an old translation to the new .po file, # To start a new translation, copy the header from an old translation to the new .po file,
# then ant distclean updater. # then ant distclean updater.
find src ../jsp/WEB-INF strings -name *.java > $TMPFILE find src ../jsp/WEB-INF strings -name *.java > $TMPFILE
xgettext -f $TMPFILE -F -L java \ xgettext -f $TMPFILE -F -L java --from-code=UTF-8 \
--keyword=_ --keyword=_x --keyword=intl._ --keyword=intl.title \ --keyword=_ --keyword=_x --keyword=intl._ --keyword=intl.title \
--keyword=handler._ --keyword=formhandler._ \ --keyword=handler._ --keyword=formhandler._ \
--keyword=net.i2p.router.web.Messages.getString \ --keyword=net.i2p.router.web.Messages.getString \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment