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

8 lines
110 B
Text

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