]> Pileus Git - ~andy/gtk/commitdiff
Add ko and zh to the locales where this is the default.
authorOwen Taylor <otaylor@redhat.com>
Wed, 27 Feb 2002 19:09:35 +0000 (19:09 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 27 Feb 2002 19:09:35 +0000 (19:09 +0000)
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.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
modules/input/imxim.c

index 433ab7b5d46c3f448f08e869e1a49dabffd75319..ae42ff1dcc4ff56249c39c15b7dd09f74759f6a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 433ab7b5d46c3f448f08e869e1a49dabffd75319..ae42ff1dcc4ff56249c39c15b7dd09f74759f6a0 100644 (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
index 433ab7b5d46c3f448f08e869e1a49dabffd75319..ae42ff1dcc4ff56249c39c15b7dd09f74759f6a0 100644 (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
index 433ab7b5d46c3f448f08e869e1a49dabffd75319..ae42ff1dcc4ff56249c39c15b7dd09f74759f6a0 100644 (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
index 433ab7b5d46c3f448f08e869e1a49dabffd75319..ae42ff1dcc4ff56249c39c15b7dd09f74759f6a0 100644 (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
index 433ab7b5d46c3f448f08e869e1a49dabffd75319..ae42ff1dcc4ff56249c39c15b7dd09f74759f6a0 100644 (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
index 433ab7b5d46c3f448f08e869e1a49dabffd75319..ae42ff1dcc4ff56249c39c15b7dd09f74759f6a0 100644 (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
index c83d37f1730d71db5d85b9b9cec533614d92270e..f37a57ae50250d5ff98a1f30359575423a03c70a 100644 (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[] = {