X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=po%2Fxgetpo;h=a28291bedb096b3df556433f8e16c88a299ca3b7;hb=1d6248ce00d0564f0508e7744490f27c30052af0;hp=295ee192f6636a67dfc13279e22b1d5d137e0beb;hpb=859f2151e76a54023d7265e9e312f1ff026ed3a8;p=squirrelmail.git diff --git a/po/xgetpo b/po/xgetpo index 295ee192..a28291be 100755 --- a/po/xgetpo +++ b/po/xgetpo @@ -7,6 +7,13 @@ # ** # ** $Id$ # + +# force use of same locale in order to keep same sorting order +LC_ALL=en_US.ISO8859-1 +LANG=en_US.ISO8859-1 +export LC_ALL LANG + +# set common gettext options XGETTEXT_OPTIONS="--keyword=_ -keyword=N_ --keyword=ngettext:1,2 --default-domain=squirrelmail --no-location --add-comments" # Allows controlling language option @@ -80,6 +87,12 @@ xgettext ${XGETTEXT_OPTIONS} -j \ xgettext ${XGETTEXT_OPTIONS} -j \ plugins/translate/*.php --output=po/squirrelmail.pot +# ** templates +xgettext ${XGETTEXT_OPTIONS} -j \ + templates/*.php --output=po/squirrelmail.pot +xgettext ${XGETTEXT_OPTIONS} -j \ + templates/default/*.tpl --output=po/squirrelmail.pot + xgettext ${XGETTEXT_OPTIONS} -j \ po/independent_strings.txt --output=po/squirrelmail.pot