summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbel Cheung <maddog@linuxhall.org>2005-03-25 23:39:16 +0000
committerKwok-Koon Cheung <baddog@src.gnome.org>2005-03-25 23:39:16 +0000
commita44dae5c7a811bbaa3665016029905c9cd290280 (patch)
tree6648393d225cd334928651a59c853d9d4ad06fa8
parent0be593481e30000b2fc2ee6b16cf2b84a6c6203d (diff)
downloadgdm-a44dae5c7a811bbaa3665016029905c9cd290280.tar.gz
Add Hong Kong and Singapore locale.
2005-03-25 Abel Cheung <maddog@linuxhall.org> * gui/gdmlanguages.c, config/locale.alias: Add Hong Kong and Singapore locale.
-rw-r--r--ChangeLog5
-rw-r--r--config/locale.alias6
-rw-r--r--gui/gdmlanguages.c8
3 files changed, 14 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a3e7a14..15a1e6a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-25 Abel Cheung <maddog@linuxhall.org>
+
+ * gui/gdmlanguages.c, config/locale.alias: Add Hong Kong
+ and Singapore locale.
+
2005-03-23 Brian Cameron <Brian.Cameron@sun.com>
* gui/gdmsetup.c, gui/gdmsetup.glade, gui/gdmlogin.c
diff --git a/config/locale.alias b/config/locale.alias
index 8217a664..e1192b32 100644
--- a/config/locale.alias
+++ b/config/locale.alias
@@ -28,8 +28,10 @@ Bengali(India) bn_IN.UTF-8,bn_IN
Bosnian bs_BA.UTF-8,bs_BA
Bulgarian bg_BG.UTF-8,bg_BG
Catalan ca_ES.UTF-8,ca_ES
-Chinese(simplified) zh_CN.UTF-8,zh_CN
-Chinese(traditional) zh_TW.UTF-8,zh_TW
+Chinese(China Mainland) zh_CN.UTF-8,zh_CN
+Chinese(Hong Kong) zh_HK.UTF-8,zh_HK
+Chinese(Singapore) zh_SG.UTF-8,zh_SG
+Chinese(Taiwan) zh_TW.UTF-8,zh_TW
Croatian hr_HR.UTF-8,hr_HR
Czech cs_CZ.UTF-8,cs_CZ
Danish da_DK.UTF-8,da_DK
diff --git a/gui/gdmlanguages.c b/gui/gdmlanguages.c
index 8dbc5f6d..ad7981ff 100644
--- a/gui/gdmlanguages.c
+++ b/gui/gdmlanguages.c
@@ -78,11 +78,13 @@ static Language languages [] = {
/*Note translate the A-M to the A-M you used in the group label */
{ N_("A-M|Catalan"), "ca_ES", "Català", 0 },
/*Note translate the A-M to the A-M you used in the group label */
- { N_("A-M|Chinese (simplified)"), "zh_CN", "中文 (简体)", 0 },
+ { N_("A-M|Chinese (China Mainland)"), "zh_CN", "中文 (中国大陆)", 0 },
/*Note translate the A-M to the A-M you used in the group label */
- { N_("A-M|Chinese (Hong Kong)"), "zh_HK", "\344\270\255\346\226\207 (\351\246\231\346\270\257)", 0},
+ { N_("A-M|Chinese (Hong Kong)"), "zh_HK", "中文 (香港)", 0 },
/*Note translate the A-M to the A-M you used in the group label */
- { N_("A-M|Chinese (Taiwan)"), "zh_TW", "中文 (繁體)", 0 },
+ { N_("A-M|Chinese (Singapore)"), "zh_SG", "中文 (新加坡)", 0 },
+ /*Note translate the A-M to the A-M you used in the group label */
+ { N_("A-M|Chinese (Taiwan)"), "zh_TW", "中文 (台灣)", 0 },
/*Note translate the A-M to the A-M you used in the group label */
{ N_("A-M|Croatian"), "hr_HR", "Hrvatski", 0 },
/*Note translate the A-M to the A-M you used in the group label */