blueprint-compiler/tests/samples/translated.blp
2023-09-28 17:18:45 -05:00

9 lines
111 B
Text

using Gtk 4.0;
Label {
label: _('Hello, world!');
}
Label {
label: C_('translation context', 'Hello');
}