diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-09-27 09:19:04 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-09-27 09:19:04 +0200 |
commit | d1d5b95e5ee676461424ed00e154e42ad721aed3 (patch) | |
tree | f5a6e6063f58fbe111a5b223a0129ab94a682756 /scripts/download_i18n.sh | |
parent | add missing languages (diff) | |
parent | fix for work properly "msgfmt --statistic" when execute in other languages fo... (diff) | |
download | rekonq-d1d5b95e5ee676461424ed00e154e42ad721aed3.tar.xz |
Merge commit 'refs/merge-requests/2296' of git://gitorious.org/rekonq/mainline into m2296
Diffstat (limited to 'scripts/download_i18n.sh')
-rw-r--r-- | scripts/download_i18n.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/download_i18n.sh b/scripts/download_i18n.sh index d65ec497..2a2685a1 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 |