From 651877b97b38c31ba2d70c0a4d90ecd34ae75da7 Mon Sep 17 00:00:00 2001 From: Xavier Corredor Llano Date: Sat, 25 Sep 2010 15:38:51 -0500 Subject: fix for work properly "msgfmt --statistic" when execute in other languages for get strings number correctly --- scripts/download_i18n.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/download_i18n.sh') diff --git a/scripts/download_i18n.sh b/scripts/download_i18n.sh index 0721e3d6..4baf13f7 100644 --- a/scripts/download_i18n.sh +++ b/scripts/download_i18n.sh @@ -22,6 +22,9 @@ RK_SRCS=/DATI/KDE/SRC/rekonq # current dir CWD=$(pwd) +# fix language +export LANG=en_US.utf8 + # create the i18n dir cd $RK_SRCS mkdir -p i18n -- cgit v1.2.1