blueprint-compiler/tests/samples/string_list.blp
2021-11-12 19:01:20 -06:00

8 lines
86 B
Text

using Gtk 4.0;
StringList {
strings [
"Hello, world!",
_("Hello!"),
];
}