From: opensides Date: Tue, 11 Jul 2006 17:31:17 +0000 (+0000) Subject: removed --omit-header in teh creation of the .po files X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=709418493f67740ecc6e1b76433cf778d6e6e632;p=gosa.git removed --omit-header in teh creation of the .po files because the files got scrambled when removed you got a warning but you can ignore it git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4105 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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