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
|
@ -8,8 +8,8 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
|
|||
<requires lib="gtk" version="4.0"/>
|
||||
<object class="AdwAlertDialog">
|
||||
<responses>
|
||||
<response id="cancel" translatable="true">Cancel</response>
|
||||
<response id="discard" translatable="true" appearance="destructive">Discard</response>
|
||||
<response id="cancel" translatable="yes">Cancel</response>
|
||||
<response id="discard" translatable="yes" appearance="destructive">Discard</response>
|
||||
<response id="save" enabled="false" appearance="suggested">Save</response>
|
||||
</responses>
|
||||
</object>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue