From 39fc3c9a3c8ff8d1192766a33a55b575f5324ca0 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Wed, 27 Feb 2002 19:09:35 +0000 Subject: [PATCH] Add ko and zh to the locales where this is the default. Wed Feb 27 14:08:26 2002 Owen Taylor * modules/input/imxim.c: Add ko and zh to the locales where this is the default. --- ChangeLog | 5 +++++ ChangeLog.pre-2-0 | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ modules/input/imxim.c | 2 +- 8 files changed, 36 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 433ab7b5d4..ae42ff1dcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 27 14:08:26 2002 Owen Taylor + + * modules/input/imxim.c: Add ko and zh to the locales + where this is the default. + Wed Feb 27 12:34:21 2002 Owen Taylor * gtk/gtkiconfactory.c: Register all stock icons diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 433ab7b5d4..ae42ff1dcc 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +Wed Feb 27 14:08:26 2002 Owen Taylor + + * modules/input/imxim.c: Add ko and zh to the locales + where this is the default. + Wed Feb 27 12:34:21 2002 Owen Taylor * gtk/gtkiconfactory.c: Register all stock icons diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 433ab7b5d4..ae42ff1dcc 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Wed Feb 27 14:08:26 2002 Owen Taylor + + * modules/input/imxim.c: Add ko and zh to the locales + where this is the default. + Wed Feb 27 12:34:21 2002 Owen Taylor * gtk/gtkiconfactory.c: Register all stock icons diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 433ab7b5d4..ae42ff1dcc 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Wed Feb 27 14:08:26 2002 Owen Taylor + + * modules/input/imxim.c: Add ko and zh to the locales + where this is the default. + Wed Feb 27 12:34:21 2002 Owen Taylor * gtk/gtkiconfactory.c: Register all stock icons diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 433ab7b5d4..ae42ff1dcc 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Wed Feb 27 14:08:26 2002 Owen Taylor + + * modules/input/imxim.c: Add ko and zh to the locales + where this is the default. + Wed Feb 27 12:34:21 2002 Owen Taylor * gtk/gtkiconfactory.c: Register all stock icons diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 433ab7b5d4..ae42ff1dcc 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Wed Feb 27 14:08:26 2002 Owen Taylor + + * modules/input/imxim.c: Add ko and zh to the locales + where this is the default. + Wed Feb 27 12:34:21 2002 Owen Taylor * gtk/gtkiconfactory.c: Register all stock icons diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 433ab7b5d4..ae42ff1dcc 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Wed Feb 27 14:08:26 2002 Owen Taylor + + * modules/input/imxim.c: Add ko and zh to the locales + where this is the default. + Wed Feb 27 12:34:21 2002 Owen Taylor * gtk/gtkiconfactory.c: Register all stock icons diff --git a/modules/input/imxim.c b/modules/input/imxim.c index c83d37f173..f37a57ae50 100644 --- a/modules/input/imxim.c +++ b/modules/input/imxim.c @@ -27,7 +27,7 @@ static const GtkIMContextInfo xim_ja_info = { N_("X Input Method"), /* Human readable name */ "gtk+", /* Translation domain */ GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ - "ja" /* Languages for which this module is the default */ + "ko:ja:zh" /* Languages for which this module is the default */ }; static const GtkIMContextInfo *info_list[] = {