summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-02-27 19:09:35 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-02-27 19:09:35 +0000
commit39fc3c9a3c8ff8d1192766a33a55b575f5324ca0 (patch)
tree3c49860489b51a2706ae5b6a4b091758a224d882 /modules
parente6f466c12e90abd896a3af412f19c816e5773636 (diff)
downloadgtk+-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.c2
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[] = {