summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--config/locale.alias1
-rw-r--r--gui/gdmlanguages.c2
3 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce1a1dc9..edfd89cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 17 11:17:10 2002 George Lebl <jirka@5z.com>
+
+ * config/locale.alias, gui/gdmlanguages.c: add Swedish (Finland)
+ to the language list, fixes #88423
+
Tue Jul 16 15:38:46 2002 George Lebl <jirka@5z.com>
* gui/gdmsetup.(c|glade): move the 24 hour clock to the first page
diff --git a/config/locale.alias b/config/locale.alias
index 7f7342c2..3ae2c31e 100644
--- a/config/locale.alias
+++ b/config/locale.alias
@@ -57,6 +57,7 @@ Slovenian sl_SI
Spanish es_ES
Spanish(Mexico) es_MX
Swedish sv_SE
+Swedish(Finland) sv_FI
Tamil ta_IN
Turkish tr_TR
Ukrainian uk_UA
diff --git a/gui/gdmlanguages.c b/gui/gdmlanguages.c
index e1d0a1d5..dec81bfd 100644
--- a/gui/gdmlanguages.c
+++ b/gui/gdmlanguages.c
@@ -141,6 +141,8 @@ static Language languages [] = {
/*Note translate the N-Z to the N-Z you used in the group label */
{ N_("N-Z|Swedish"), "sv_SE", "Svenska", 0 },
/*Note translate the N-Z to the N-Z you used in the group label */
+ { N_("N-Z|Swedish (Finland)"), "sv_FI", NULL, 0 },
+ /*Note translate the N-Z to the N-Z you used in the group label */
{ N_("N-Z|Tamil"), "ta_IN", NULL, 0 },
/*Note translate the N-Z to the N-Z you used in the group label */
{ N_("N-Z|Turkish"), "tr_TR", "Türkçe", 0 },