From: <dai...@us...> - 2013-11-19 07:11:42
|
Revision: 6420 http://sourceforge.net/p/web-erp/reponame/6420 Author: daintree Date: 2013-11-19 07:11:39 +0000 (Tue, 19 Nov 2013) Log Message: ----------- Add install path scripts to extract gettext strings for localisation as per Exson note Modified Paths: -------------- trunk/build/make_release.sh Modified: trunk/build/make_release.sh =================================================================== --- trunk/build/make_release.sh 2013-11-19 05:13:21 UTC (rev 6419) +++ trunk/build/make_release.sh 2013-11-19 07:11:39 UTC (rev 6420) @@ -7,7 +7,7 @@ cd $BASE_DIR; -xgettext --no-wrap --from-code=utf-8 --language=PHP -o locale/en_GB.utf8/LC_MESSAGES/messages.pot *php includes/*.php includes/*.inc reportwriter/*.php reportwriter/*.inc reportwriter/forms/*.html reportwriter/admin/*.php reportwriter/admin/*.inc reportwriter/admin/forms/*.html api/*.php ../webSHOP/*.php ../webSHOP/includes/*.php +xgettext --no-wrap --from-code=utf-8 --language=PHP -o locale/en_GB.utf8/LC_MESSAGES/messages.pot *php includes/*.php includes/*.inc reportwriter/*.php reportwriter/*.inc reportwriter/forms/*.html reportwriter/admin/*.php reportwriter/admin/*.inc reportwriter/admin/forms/*.html api/*.php install/*.php ../webSHOP/*.php ../webSHOP/includes/*.php msgmerge -U --backup=off locale/ar_EG.utf8/LC_MESSAGES/messages.po locale/en_GB.utf8/LC_MESSAGES/messages.pot msgmerge -U --backup=off locale/cs_CZ.utf8/LC_MESSAGES/messages.po locale/en_GB.utf8/LC_MESSAGES/messages.pot |