|
Lines 28-34
Link Here
|
| 28 |
N_("X Input Method"), /* Human readable name */ |
28 |
N_("X Input Method"), /* Human readable name */ |
| 29 |
GETTEXT_PACKAGE, /* Translation domain */ |
29 |
GETTEXT_PACKAGE, /* Translation domain */ |
| 30 |
GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ |
30 |
GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ |
| 31 |
"ko:ja:th:zh" /* Languages for which this module is the default */ |
31 |
"*" /* Languages for which this module is the default */ |
| 32 |
}; |
32 |
}; |
| 33 |
|
33 |
|
| 34 |
static const GtkIMContextInfo *info_list[] = { |
34 |
static const GtkIMContextInfo *info_list[] = { |