mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Update menu syntax
Sections and submenus can have IDs. Also, change the code to better reflect the documented grammar.
This commit is contained in:
parent
75055ac967
commit
dd3c75d2c7
6 changed files with 44 additions and 33 deletions
|
@ -7,7 +7,7 @@
|
|||
<attribute name="label">test section</attribute>
|
||||
</section>
|
||||
<item>
|
||||
<attribute name="label">test item</attribute>
|
||||
<attribute name="label" translatable="true" context="context">test translated item</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="label">test item shorthand 1</attribute>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue