Add ko and zh to the locales where this is the default.

Wed Feb 27 14:08:26 2002  Owen Taylor  <otaylor@redhat.com>

        * modules/input/imxim.c: Add ko and zh to the locales
        where this is the default.
This commit is contained in:
Owen Taylor 2002-02-27 19:09:35 +00:00 committed by Owen Taylor
parent e6f466c12e
commit 39fc3c9a3c
8 changed files with 36 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Wed Feb 27 14:08:26 2002 Owen Taylor <otaylor@redhat.com>
* 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 <otaylor@redhat.com>
* gtk/gtkiconfactory.c: Register all stock icons

View File

@ -1,3 +1,8 @@
Wed Feb 27 14:08:26 2002 Owen Taylor <otaylor@redhat.com>
* 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 <otaylor@redhat.com>
* gtk/gtkiconfactory.c: Register all stock icons

View File

@ -1,3 +1,8 @@
Wed Feb 27 14:08:26 2002 Owen Taylor <otaylor@redhat.com>
* 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 <otaylor@redhat.com>
* gtk/gtkiconfactory.c: Register all stock icons

View File

@ -1,3 +1,8 @@
Wed Feb 27 14:08:26 2002 Owen Taylor <otaylor@redhat.com>
* 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 <otaylor@redhat.com>
* gtk/gtkiconfactory.c: Register all stock icons

View File

@ -1,3 +1,8 @@
Wed Feb 27 14:08:26 2002 Owen Taylor <otaylor@redhat.com>
* 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 <otaylor@redhat.com>
* gtk/gtkiconfactory.c: Register all stock icons

View File

@ -1,3 +1,8 @@
Wed Feb 27 14:08:26 2002 Owen Taylor <otaylor@redhat.com>
* 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 <otaylor@redhat.com>
* gtk/gtkiconfactory.c: Register all stock icons

View File

@ -1,3 +1,8 @@
Wed Feb 27 14:08:26 2002 Owen Taylor <otaylor@redhat.com>
* 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 <otaylor@redhat.com>
* gtk/gtkiconfactory.c: Register all stock icons

View File

@ -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[] = {