blueprint-compiler/tests/samples/translated.ui
2021-11-24 21:17:59 -06:00

10 lines
348 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkLabel">
<property name="label" translatable="true">Hello, world!</property>
</object>
<object class="GtkLabel">
<property name="label" translatable="true" context="translation context">Hello</property>
</object>
</interface>