language: a11y: Fix property names

Blueprint uses underscores in property/state/relation names, but
GtkBuilder expects dashes because it uses the glib names from the
GtkAccessible* enums.
This commit is contained in:
James Westman 2022-03-16 15:43:41 -05:00
parent 6576e02837
commit 31165b286a
5 changed files with 15 additions and 6 deletions

View file

@ -1,6 +1,6 @@
using Gtk 4.0;
Gtk.Widget {
Gtk.Box {
accessibility {
label: _("Hello, world!");
labelled_by: my_label;