blueprint-compiler/tests/sample_errors/single_quoted_translated.blp
James Westman aa13c8f5af
Warn about single-quoted translated strings
gettext only recognizes double quoted strings
2025-01-05 14:27:59 -06:00

5 lines
No EOL
54 B
Text

using Gtk 4.0;
Label {
label: _('Hello, World!');
}