summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e0d2fcb)
raw | patch | inline | side by side (parent: e0d2fcb)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 Jul 2006 17:32:36 +0000 (17:32 +0000) | ||
committer | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 Jul 2006 17:32:36 +0000 (17:32 +0000) |
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
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4106 594d385d-05f5-0310-b6e9-bd551577e9d8
gen_locale.sh | patch | blob | history |
diff --git a/gen_locale.sh b/gen_locale.sh
index 0869511e078b10aad7b3ff09ba34a910790de429..a57cea5464bd276e2d745c3523f1e0038fcf5431 100755 (executable)
--- a/gen_locale.sh
+++ b/gen_locale.sh
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