blueprint-compiler/tests/sample_errors/translated_string_array.blp
James Westman 55e5095fba
values: Don't allow translated strings in arrays
Gtk.Builder has no way to translate individual strings in a string
array, so don't allow it in the syntax.
2025-01-03 18:56:24 -06:00

7 lines
63 B
Text

using Gtk 4.0;
StringList {
strings: [
_("Test")
];
}