diff options
author | Hidetoshi Tajima <hidetoshi.tajima@sun.com> | 2003-05-30 00:37:58 +0000 |
---|---|---|
committer | Hidetoshi Tajima <tajima@src.gnome.org> | 2003-05-30 00:37:58 +0000 |
commit | 156e978f87b5f020ad006bde0fdd8640665cb285 (patch) | |
tree | 3b51c5b43596b19e97b6fbf78b9a74dbf4d35864 /modules/input | |
parent | 763672696aac8e707407e4288960debb24b718ea (diff) | |
download | gtk+-156e978f87b5f020ad006bde0fdd8640665cb285.tar.gz |
make "Default" label of default input method localizable. use translations
Thu May 29 09:34:05 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
* gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
label of default input method localizable.
* gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
use translations of input method context names
* modules/input/imam-et.c, modules/input/imcyrillic-translit.c,
modules/input/iminuktitut.c, modules/input/imthai-broken.c,
modules/input/imti-er.c, modules/input/imti-et.c
modules/input/imviqr.c, modules/input/imxim.c
use GETTEXT_PACKAGE instead of "gtk+" for domain name.
(#113850).
Diffstat (limited to 'modules/input')
-rw-r--r-- | modules/input/imam-et.c | 4 | ||||
-rw-r--r-- | modules/input/imcyrillic-translit.c | 2 | ||||
-rw-r--r-- | modules/input/iminuktitut.c | 4 | ||||
-rw-r--r-- | modules/input/imthai-broken.c | 2 | ||||
-rw-r--r-- | modules/input/imti-er.c | 2 | ||||
-rw-r--r-- | modules/input/imti-et.c | 2 | ||||
-rw-r--r-- | modules/input/imviqr.c | 2 | ||||
-rw-r--r-- | modules/input/imxim.c | 4 |
8 files changed, 11 insertions, 11 deletions
diff --git a/modules/input/imam-et.c b/modules/input/imam-et.c index bbdb8f7a6e..2e3f659e69 100644 --- a/modules/input/imam-et.c +++ b/modules/input/imam-et.c @@ -450,8 +450,8 @@ am_et_init (GtkIMContextSimple *im_context) static const GtkIMContextInfo am_et_info = { "am_et", /* ID */ - N_("Amharic (EZ+)"), /* Human readable name */ - "gtk+", /* Translation domain */ + N_("Amharic (EZ+)"), /* Human readable name */ + GETTEXT_PACKAGE, /* Translation domain */ GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ "am" /* Languages for which this module is the default */ }; diff --git a/modules/input/imcyrillic-translit.c b/modules/input/imcyrillic-translit.c index 5f0a0218b3..ccd2bc4146 100644 --- a/modules/input/imcyrillic-translit.c +++ b/modules/input/imcyrillic-translit.c @@ -214,7 +214,7 @@ cyrillic_translit_init (GtkIMContextSimple *im_context) static const GtkIMContextInfo cyrillic_translit_info = { "cyrillic_translit", /* ID */ N_("Cyrillic (Transliterated)"), /* Human readable name */ - "gtk+", /* Translation domain */ + GETTEXT_PACKAGE, /* Translation domain */ GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ "" /* Languages for which this module is the default */ }; diff --git a/modules/input/iminuktitut.c b/modules/input/iminuktitut.c index 9d1d7827f7..d57d72dba3 100644 --- a/modules/input/iminuktitut.c +++ b/modules/input/iminuktitut.c @@ -124,8 +124,8 @@ inuktitut_init (GtkIMContextSimple *im_context) static const GtkIMContextInfo inuktitut_info = { "inuktitut", /* ID */ N_("Inukitut (Transliterated)"), /* Human readable name */ - "gtk+", /* Translation domain */ - GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ + GETTEXT_PACKAGE, /* Translation domain */ + GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ "iu" /* Languages for which this module is the default */ }; diff --git a/modules/input/imthai-broken.c b/modules/input/imthai-broken.c index b31ae4c1d2..98f3921464 100644 --- a/modules/input/imthai-broken.c +++ b/modules/input/imthai-broken.c @@ -175,7 +175,7 @@ thai_broken_init (GtkIMContextSimple *im_context) static const GtkIMContextInfo thai_broken_info = { "thai_broken", /* ID */ N_("Thai (Broken)"), /* Human readable name */ - "gtk+", /* Translation domain */ + GETTEXT_PACKAGE, /* Translation domain */ GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ "" /* Languages for which this module is the default */ }; diff --git a/modules/input/imti-er.c b/modules/input/imti-er.c index c0c65e6411..e1905c70af 100644 --- a/modules/input/imti-er.c +++ b/modules/input/imti-er.c @@ -450,7 +450,7 @@ ti_er_init (GtkIMContextSimple *im_context) static const GtkIMContextInfo ti_er_info = { "ti_er", /* ID */ N_("Tigrigna-Eritrean (EZ+)"), /* Human readable name */ - "gtk+", /* Translation domain */ + GETTEXT_PACKAGE, /* Translation domain */ GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ "ti" /* Languages for which this module is the default */ }; diff --git a/modules/input/imti-et.c b/modules/input/imti-et.c index 3ceab1b97c..2a2b28d075 100644 --- a/modules/input/imti-et.c +++ b/modules/input/imti-et.c @@ -450,7 +450,7 @@ ti_et_init (GtkIMContextSimple *im_context) static const GtkIMContextInfo ti_et_info = { "ti_et", /* ID */ N_("Tigrigna-Ethiopian (EZ+)"), /* Human readable name */ - "gtk+", /* Translation domain */ + GETTEXT_PACKAGE, /* Translation domain */ GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ "ti" /* Languages for which this module is the default */ }; diff --git a/modules/input/imviqr.c b/modules/input/imviqr.c index be08db0812..977318ea14 100644 --- a/modules/input/imviqr.c +++ b/modules/input/imviqr.c @@ -241,7 +241,7 @@ viqr_init (GtkIMContextSimple *im_context) static const GtkIMContextInfo viqr_info = { "viqr", /* ID */ N_("Vietnamese (VIQR)"), /* Human readable name */ - "gtk+", /* Translation domain */ + GETTEXT_PACKAGE, /* Translation domain */ GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ "vi" /* Languages for which this module is the default */ }; diff --git a/modules/input/imxim.c b/modules/input/imxim.c index 503e555923..cb719058e9 100644 --- a/modules/input/imxim.c +++ b/modules/input/imxim.c @@ -25,8 +25,8 @@ static const GtkIMContextInfo xim_ja_info = { "xim", /* ID */ N_("X Input Method"), /* Human readable name */ - "gtk+", /* Translation domain */ - GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ + GETTEXT_PACKAGE, /* Translation domain */ + GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ "ko:ja:zh" /* Languages for which this module is the default */ }; |