Merge branch 'issue-183-backport' into 'gtk-2-24'

Do not use VIQR input method for vi locale by default

See merge request GNOME/gtk!1193
This commit is contained in:
Emmanuele Bassi 2019-11-16 20:28:39 +00:00
commit ad5d360654

View File

@ -244,7 +244,7 @@ static const GtkIMContextInfo viqr_info = {
N_("Vietnamese (VIQR)"), /* Human readable name */
GETTEXT_PACKAGE, /* Translation domain */
GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */
"vi" /* Languages for which this module is the default */
"" /* Languages for which this module is the default */
};
static const GtkIMContextInfo *info_list[] = {