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 85630bc975
commit f1cf70b6eb
13 changed files with 19 additions and 19 deletions

View file

@ -8,7 +8,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
<requires lib="gtk" version="4.0"/>
<object class="GObject"></object>
<object class="GtkLabel">
<property name="label" translatable="true">Test</property>
<property name="label" translatable="yes">Test</property>
<property name="visible">false</property>
</object>
</interface>