Elive

Help us in a better way with reports that includes all the needed (but not excesive) information. It may not mean a lot to you, but it means a world to us. see the last comment of #231

Tasklist

FS#553 - swedish boot option

Attached to Project: Elive
Opened by Thanatermesis (thanatermesis) - Saturday, 06 March 2010, 08:13 GMT-7
Last edited by Thanatermesis (thanatermesis) - Monday, 15 March 2010, 08:12 GMT-7
Task Type Bug Report
Category Live Mode
Status Closed
Assigned To Thanatermesis (thanatermesis)
Operating System All
Severity Low
Priority Normal
Reported Version 1.x Gem+ (developmen
Due in Version 3.0
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

<PrinceAMD> Thanatermesis, <Elive_user25_en> If one choose swedish as language in textmode boot.
<PrinceAMD> <Elive_user25_en> Everything is translated into...
<PrinceAMD> <Elive_user25_en> finnish.
<PrinceAMD> <Elive_user25_en> that has not one word in common with swedish

This task depends upon

Closed by  Thanatermesis (thanatermesis)
Monday, 15 March 2010, 08:12 GMT-7
Reason for closing:  Fixed
Comment by Andreas Källberg (anka) - Monday, 15 March 2010, 00:45 GMT-7

I think this patch should solve the issue:

--- /usr/sbin/fll-locales.old	2010-03-15 06:42:46.752649989 -0400
+++ /usr/sbin/fll-locales	2010-03-15 07:26:00.985648610 -0400
@@ -249,6 +249,7 @@
 	ru)	LANG="ru_RU.UTF-8" ;;
 	si|sl)	LANG="sl_SI.UTF-8" ;;
 	sk)	LANG="sk_SK.UTF-8" ;;
+	sv)	LANG="sv_SE.UTF-8" ;;
 	tr)	LANG="tr_TR.UTF-8" ;;
 	tw)	LANG="zh_TW.UTF-8" ;;
 	us)	LANG="en_US.UTF-8" ;;
@@ -386,7 +387,7 @@
 		KEYTABLE="fi-latin1"
 		XKBLAYOUT="fi,us"
 		TZ="Europe/Helsinki"
-		CD_COUNTRY="Swedish"
+		CD_COUNTRY="Finnish"
 		MIRROR="ftp.fi.debian.org"
 		MIRROR1="http://europe.debian.elive-systems.com"
 		MIRROR2="http://europe.repository.elive-systems.com"
@@ -555,6 +556,15 @@
 		MIRROR1="http://europe.debian.elive-systems.com"
 		MIRROR2="http://europe.repository.elive-systems.com"
 		;;
+	sv)	### SV Sweden kb:se ### 
+		KEYTABLE="se-latin1"
+		XKBLAYOUT="se,us"
+		TZ="Europe/Stockholm"
+		CD_COUNTRY="Swedish"
+		MIRROR="ftp.se.debian.org"
+		MIRROR1="http://europe.debian.elive-systems.com"
+		MIRROR2="http://europe.repository.elive-systems.com"
+		;;
 	tr)	### TR Turkey kb:tr ###
 		KEYTABLE="tr_q-latin5"
 		XKBLAYOUT="tr,us"
Comment by Thanatermesis (thanatermesis) - Monday, 15 March 2010, 08:11 GMT-7

Thank you, patch applied :)

Loading...