diff options
author | Werner Koch <[email protected]> | 2009-01-08 15:48:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-01-08 15:48:51 +0000 |
commit | 82ab848ea4369c6f4c504332a1fb36de883b4869 (patch) | |
tree | cca1b3795570bacb9c83f8c0b19d010753f7ddbf /scripts | |
parent | Fix card change detection. (diff) | |
download | gnupg-82ab848ea4369c6f4c504332a1fb36de883b4869.tar.gz gnupg-82ab848ea4369c6f4c504332a1fb36de883b4869.zip |
Update spanish translation.
Cleanups.
Allow utf-8 in email addresses.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mail-to-translators | 3 |
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 |