xgettext compatibility: Output 'yes' for translatable

This commit is contained in:
Marco Capypara Köpcke 2023-10-30 19:16:45 +01:00 committed by Sonny Piers
parent e44494e6e2
commit b60d703c7b
11 changed files with 16 additions and 16 deletions

View file

@ -7,9 +7,9 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkLabel">
<property name="label" translatable="true">Hello, world!</property>
<property name="label" translatable="yes">Hello, world!</property>
</object>
<object class="GtkLabel">
<property name="label" translatable="true" context="translation context">Hello</property>
<property name="label" translatable="yes" context="translation context">Hello</property>
</object>
</interface>