From a8d6c99ec30ecd3560fa889d918104377094ef06 Mon Sep 17 00:00:00 2001 From: opensides Date: Tue, 11 Jul 2006 17:32:36 +0000 Subject: [PATCH] removed --omit-header has it scramble .po files when created When removed two warning occurs but you can ignore it git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4106 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gen_locale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2