aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-01-08 15:48:51 +0000
committerWerner Koch <[email protected]>2009-01-08 15:48:51 +0000
commit82ab848ea4369c6f4c504332a1fb36de883b4869 (patch)
treecca1b3795570bacb9c83f8c0b19d010753f7ddbf /scripts
parentFix card change detection. (diff)
downloadgnupg-82ab848ea4369c6f4c504332a1fb36de883b4869.tar.gz
gnupg-82ab848ea4369c6f4c504332a1fb36de883b4869.zip
Update spanish translation.
Cleanups. Allow utf-8 in email addresses.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mail-to-translators3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/mail-to-translators b/scripts/mail-to-translators
index 2894eea71..c01e89e59 100755
--- a/scripts/mail-to-translators
+++ b/scripts/mail-to-translators
@@ -5,6 +5,9 @@
# remove the colon to armor this script.
SENDMAIL=": /usr/sbin/sendmail"
+LC_ALL=C
+LC_CTYPE=C
+
for file in *.po; do
addr=$(head -100 $file | awk '/^# ?Designated-Translator:/ { printf "%s", $0; exit 0}' | sed 's/.*\(<.*>\).*/\1/')
if [ -z "$addr" ]; then