aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
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