forked from AuroraMiddleware/gtk
Register the right translation domain.
* modules/imput/imthai.c: Register the right translation domain. svn path=/trunk/; revision=20060
This commit is contained in:
parent
a2ea6b7570
commit
1c12277966
@ -1,3 +1,7 @@
|
||||
2008-05-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* modules/imput/imthai.c: Register the right translation domain.
|
||||
|
||||
2008-04-30 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 529386 – Printing options hidden by blacklisted option
|
||||
|
@ -33,7 +33,7 @@ GType type_thai = 0;
|
||||
static const GtkIMContextInfo thai_info = {
|
||||
"thai", /* ID */
|
||||
N_("Thai-Lao"), /* Human readable name */
|
||||
"gtk+", /* Translation domain */
|
||||
"gtk20", /* Translation domain */
|
||||
GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */
|
||||
"lo:th" /* Languages for which this module is the default */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user