aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-08-11 12:38:52 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-08-11 12:38:52 +0000
commitbdbfcf19a5896cf99890b97f7c6b0758785240d8 (patch)
treeaa3f80910f98cca8ccea8a49f74a8d5c1d116d1c
parenteeab40ff7e62d74841df53dc8b593af238b2b77b (diff)
downloadbootsplash-bdbfcf19a5896cf99890b97f7c6b0758785240d8.tar
bootsplash-bdbfcf19a5896cf99890b97f7c6b0758785240d8.tar.gz
bootsplash-bdbfcf19a5896cf99890b97f7c6b0758785240d8.tar.bz2
bootsplash-bdbfcf19a5896cf99890b97f7c6b0758785240d8.tar.xz
bootsplash-bdbfcf19a5896cf99890b97f7c6b0758785240d8.zip
default locale should be defined by environment
-rw-r--r--po/ca.po1
-rw-r--r--po/es.po1
-rw-r--r--po/fa.po1
-rw-r--r--po/he.po1
-rw-r--r--po/sk.po1
-rw-r--r--po/ta.po1
-rw-r--r--po/ur.po1
-rw-r--r--scripts/splash.sh2
8 files changed, 1 insertions, 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