mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
xgettext compatibility: Output 'yes' for translatable
This commit is contained in:
parent
85630bc975
commit
f1cf70b6eb
13 changed files with 19 additions and 19 deletions
|
@ -12,7 +12,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
|
|||
<attribute name="label">test section</attribute>
|
||||
</section>
|
||||
<item>
|
||||
<attribute name="label" translatable="true" context="context">test translated item</attribute>
|
||||
<attribute name="label" translatable="yes" 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