Merge branch 'wip/velsinki/formatting-improve-comments' into 'main'

Improve comment formatting and Gtk.Scale fix

See merge request GNOME/blueprint-compiler!246
This commit is contained in:
Matthijs Velsink 2025-06-14 16:46:16 +00:00
commit fbd3ad2637
6 changed files with 22 additions and 18 deletions

View file

@ -4,6 +4,7 @@ Scale {
marks [
mark (-1, bottom),
mark (0, top, _("Hello, world!")),
mark (1, bottom, "1"),
mark (2),
]
}

View file

@ -10,6 +10,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
<marks>
<mark value="-1" position="bottom"></mark>
<mark value="0" position="top" translatable="yes">Hello, world!</mark>
<mark value="1" position="bottom">1</mark>
<mark value="2"></mark>
</marks>
</object>