X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gen_locale.sh;h=a57cea5464bd276e2d745c3523f1e0038fcf5431;hb=f31bf4a8f6d635d5905b96535762432cd5a6825a;hp=0869511e078b10aad7b3ff09ba34a910790de429;hpb=127b115ae6feb8442bec8a9c38922a1acfd18997;p=gosa.git diff --git a/gen_locale.sh b/gen_locale.sh index 0869511e0..a57cea546 100755 --- a/gen_locale.sh +++ b/gen_locale.sh @@ -34,7 +34,7 @@ mv contrib/gosa.conf.new contrib/gosa.conf echo "Extracting languages..." rm locale/messages.po -(echo contrib/gosa.conf; find . -name '*.[ctpi][ophn][nlpc]') | xgettext -f - --omit-header --keyword=must -d Domain -L PHP -n -o locale/messages.po +(echo contrib/gosa.conf; find . -name '*.[ctpi][ophn][nlpc]') | xgettext -f - --keyword=must -d Domain -L PHP -n -o locale/messages.po echo "Merging po files with existing ones:" error=0