From 82ab848ea4369c6f4c504332a1fb36de883b4869 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 8 Jan 2009 15:48:51 +0000 Subject: Update spanish translation. Cleanups. Allow utf-8 in email addresses. --- scripts/mail-to-translators | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') 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 -- cgit v1.2.3