diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-02-27 19:09:35 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-27 19:09:35 +0000 |
commit | 39fc3c9a3c8ff8d1192766a33a55b575f5324ca0 (patch) | |
tree | 3c49860489b51a2706ae5b6a4b091758a224d882 /modules | |
parent | e6f466c12e90abd896a3af412f19c816e5773636 (diff) | |
download | gtk+-39fc3c9a3c8ff8d1192766a33a55b575f5324ca0.tar.gz |
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.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/input/imxim.c | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = { |