mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
8 lines
110 B
Text
8 lines
110 B
Text
using Gtk 4.0;
|
|
|
|
Label {
|
|
label: _("Hello, world!");
|
|
}
|
|
Label {
|
|
label: C_("translation context", "Hello");
|
|
}
|