From bdbfcf19a5896cf99890b97f7c6b0758785240d8 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 11 Aug 2004 12:38:52 +0000 Subject: default locale should be defined by environment --- po/ca.po | 1 - po/es.po | 1 - po/fa.po | 1 - po/he.po | 1 - po/sk.po | 1 - po/ta.po | 1 - po/ur.po | 1 - scripts/splash.sh | 2 +- 8 files changed, 1 insertion(+), 8 deletions(-) diff --git a/po/ca.po b/po/ca.po index 0483b82..2dc0ba9 100644 --- a/po/ca.po +++ b/po/ca.po @@ -26,4 +26,3 @@ msgstr "Prem Esc pel mode detallat." #: tmp/splash.sh:162 msgid "Shutting down the system..." msgstr "S'està aturant el sistema..." - diff --git a/po/es.po b/po/es.po index 0d501a8..645bb3a 100644 --- a/po/es.po +++ b/po/es.po @@ -34,4 +34,3 @@ msgstr "Deteniendo el sistema..." #~ msgid "cC" #~ msgstr "cC" - diff --git a/po/fa.po b/po/fa.po index 7e6c63a..a284127 100644 --- a/po/fa.po +++ b/po/fa.po @@ -34,4 +34,3 @@ msgstr "در حال خاموش کردن سیستم..." #~ msgid "cC" #~ msgstr "cC" - diff --git a/po/he.po b/po/he.po index ac9fe21..a1c8a0c 100644 --- a/po/he.po +++ b/po/he.po @@ -27,4 +27,3 @@ msgstr "תוטרופמ תועדוה תגצהל Esc שקמ לע ץוחלל שי" #: tmp/splash.sh:162 msgid "Shutting down the system..." msgstr "...תכרעמה תא הבכמ" - diff --git a/po/sk.po b/po/sk.po index fe957f1..95a2850 100644 --- a/po/sk.po +++ b/po/sk.po @@ -22,4 +22,3 @@ msgstr "Stlačte Esc ak chcete vidieť výpisy." #: tmp/splash.sh:162 msgid "Shutting down the system..." msgstr "Systém sa ukončuje..." - diff --git a/po/ta.po b/po/ta.po index 88a7322..40925ef 100644 --- a/po/ta.po +++ b/po/ta.po @@ -24,4 +24,3 @@ msgstr "விளக்கமான உரையாடலுக்கு Esc ப #: tmp/splash.sh:162 msgid "Shutting down the system..." msgstr "இயங்குதளம் நிறுத்தப்படுகிறது..." - diff --git a/po/ur.po b/po/ur.po index 53bae42..77a66fe 100644 --- a/po/ur.po +++ b/po/ur.po @@ -25,4 +25,3 @@ msgstr "اسکیپ (\"Esc\" ) دباے وربوز موڈ کیلے" #: tmp/splash.sh:162 msgid "Shutting down the system..." msgstr "سیسٹم شٹڈاون ھو رھا ھے " - diff --git a/scripts/splash.sh b/scripts/splash.sh index e044594..e7c4c68 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -31,7 +31,7 @@ gprintf() { if [ -n "$GP_LANG" ]; then TEXT=`OUTPUT_CHARSET=UTF-8 LANGUAGE=$GP_LANG LANG=$GP_LANG gettext -e --domain=$TEXTDOMAIN "$1"` else - TEXT=`OUTPUT_CHARSET=UTF-8 LANG=$(echo $LANGUAGE | cut -d: -f1) gettext -e --domain=$TEXTDOMAIN "$1"` + TEXT=`OUTPUT_CHARSET=UTF-8 gettext -e --domain=$TEXTDOMAIN "$1"` fi else TEXT=$1 -- cgit v1.2.1