blueprint-compiler/tests/samples/translator_comments.ui
2024-08-24 12:40:04 -05:00

12 lines
No EOL
424 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
DO NOT EDIT!
This file was @generated by blueprint-compiler. Instead, edit the
corresponding .blp file and regenerate this file with blueprint-compiler.
-->
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkLabel">
<property name="label" translatable="yes" comments="This is a test comment." context="test">Hello, world!</property>
</object>
</interface>