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
e44494e6e2
commit
b60d703c7b
11 changed files with 16 additions and 16 deletions
|
@ -9,7 +9,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
|
|||
<object class="GtkLabel" id="label"></object>
|
||||
<object class="AdwBreakpoint">
|
||||
<condition>max-width: 600px</condition>
|
||||
<setter object="label" property="label" translatable="true">Hello, world!</setter>
|
||||
<setter object="label" property="label" translatable="yes">Hello, world!</setter>
|
||||
<setter object="label" property="visible">false</setter>
|
||||
<setter object="label" property="extra-menu"></setter>
|
||||
</object>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue