1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Update spanish translation.

Cleanups.
Allow utf-8 in email addresses.
This commit is contained in:
Werner Koch 2009-01-08 15:48:51 +00:00
parent 511c7a89fc
commit 82ab848ea4
9 changed files with 256 additions and 277 deletions

View file

@ -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