diff --git a/apps/desktopgui/bundle-messages.sh b/apps/desktopgui/bundle-messages.sh index 29713209e..420fb5945 100644 --- a/apps/desktopgui/bundle-messages.sh +++ b/apps/desktopgui/bundle-messages.sh @@ -25,10 +25,7 @@ if which find|grep -q -i windows ; then export PATH=.:/bin:/usr/local/bin:$PATH fi # Fast mode - update ondemond -echo Placing a file named messages_{LangCode}.only in locale folder, -echo will limit .po file update to the language specified by {LangCode}. -LG2=$(find locale -iname messages_*.only|tail -1) -[ LG2 ] && LG2=${LG2#locale/messages_} && LG2=${LG2%.only} +# set LG2 to the language you need in envrionment varibales to enable this # add ../java/ so the refs will work in the po file JPATHS="src" diff --git a/apps/i2psnark/java/bundle-messages.sh b/apps/i2psnark/java/bundle-messages.sh index 2a6a82470..64fc69f83 100755 --- a/apps/i2psnark/java/bundle-messages.sh +++ b/apps/i2psnark/java/bundle-messages.sh @@ -24,10 +24,7 @@ if which find|grep -q -i windows ; then export PATH=.:/bin:/usr/local/bin:$PATH fi # Fast mode - update ondemond -echo Placing a file named messages_{LangCode}.only in locale folder, -echo will limit .po file update to the language specified by {LangCode}. -LG2=$(find ../locale -iname messages_*.only|tail -1) -[ LG2 ] && LG2=${LG2#../locale/messages_} && LG2=${LG2%.only} +# set LG2 to the language you need in envrionment varibales to enable this # add ../java/ so the refs will work in the po file JPATHS="../java/src" diff --git a/apps/i2ptunnel/java/bundle-messages.sh b/apps/i2ptunnel/java/bundle-messages.sh index 2ee9eba7b..74bbc573e 100755 --- a/apps/i2ptunnel/java/bundle-messages.sh +++ b/apps/i2ptunnel/java/bundle-messages.sh @@ -24,10 +24,7 @@ if which find|grep -q -i windows ; then export PATH=.:/bin:/usr/local/bin:$PATH fi # Fast mode - update ondemond -echo Placing a file named messages_{LangCode}.only in locale folder, -echo will limit .po file update to the language specified by {LangCode}. -LG2=$(find ../locale -iname messages_*.only|tail -1) -[ LG2 ] && LG2=${LG2#../locale/messages_} && LG2=${LG2%.only} +# set LG2 to the language you need in envrionment varibales to enable this # add ../java/ so the refs will work in the po file JPATHS="../java/src ../jsp/WEB-INF" diff --git a/apps/routerconsole/java/bundle-messages.sh b/apps/routerconsole/java/bundle-messages.sh index 7bc06577c..f37ca27cf 100755 --- a/apps/routerconsole/java/bundle-messages.sh +++ b/apps/routerconsole/java/bundle-messages.sh @@ -24,10 +24,7 @@ if which find|grep -q -i windows ; then export PATH=.:/bin:/usr/local/bin:$PATH fi # Fast mode - update ondemond -echo Placing a file named messages_{LangCode}.only in locale folder, -echo will limit .po file update to the language specified by {LangCode}. -LG2=$(find ../locale -iname messages_*.only|tail -1) -[ LG2 ] && LG2=${LG2#../locale/messages_} && LG2=${LG2%.only} +# set LG2 to the language you need in envrionment varibales to enable this # # generate strings/Countries.java from ../../../installer/resources/countries.txt diff --git a/apps/susidns/src/bundle-messages.sh b/apps/susidns/src/bundle-messages.sh index 1e6d7db19..349eb3f1d 100755 --- a/apps/susidns/src/bundle-messages.sh +++ b/apps/susidns/src/bundle-messages.sh @@ -24,10 +24,7 @@ if which find|grep -q -i windows ; then export PATH=.:/bin:/usr/local/bin:$PATH fi # Fast mode - update ondemond -echo Placing a file named messages_{LangCode}.only in locale folder, -echo will limit .po file update to the language specified by {LangCode}. -LG2=$(find ../locale -iname messages_*.only|tail -1) -[ LG2 ] && LG2=${LG2#../locale/messages_} && LG2=${LG2%.only} +# set LG2 to the language you need in envrionment varibales to enable this # add ../src/ so the refs will work in the po file JPATHS="../src/java/ ../src/tmp/" diff --git a/build.xml b/build.xml index 25ed6e7d6..396c4909f 100644 --- a/build.xml +++ b/build.xml @@ -217,6 +217,8 @@ + + diff --git a/installer/resources/readme/readme.html b/installer/resources/readme/readme.html index f9865e672..8aa1d9577 100644 --- a/installer/resources/readme/readme.html +++ b/installer/resources/readme/readme.html @@ -76,38 +76,53 @@ your eepsite will be visible (but not discoverable) to others. Detailed instruct

Troubleshooting & Further Assistance

- + +

Document updated: December 2010.