Added script that normalizes all .po files in the current directory, i.e. keeps them...
authorChristoph Sommer <mail@christoph-sommer.de>
Sun, 1 Apr 2007 22:34:56 +0000 (22:34 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Sun, 1 Apr 2007 22:34:56 +0000 (22:34 +0000)
SVN-Revision: 4957

tools/normalize-po-files.sh [new file with mode: 0755]

diff --git a/tools/normalize-po-files.sh b/tools/normalize-po-files.sh
new file mode 100755 (executable)
index 0000000..563fb6c
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+find -iname '*.po' | xargs -I xx msgmerge --backup=off --no-fuzzy-matching --no-wrap -U xx messages.pot
+