mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Gtk.Builder has no way to translate individual strings in a string array, so don't allow it in the syntax.
7 lines
63 B
Text
7 lines
63 B
Text
using Gtk 4.0;
|
|
|
|
StringList {
|
|
strings: [
|
|
_("Test")
|
|
];
|
|
}
|