From 709418493f67740ecc6e1b76433cf778d6e6e632 Mon Sep 17 00:00:00 2001 From: opensides Date: Tue, 11 Jul 2006 17:31:17 +0000 Subject: [PATCH] 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 --- 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