mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Warn about single-quoted translated strings
gettext only recognizes double quoted strings
This commit is contained in:
parent
29e4a56bfc
commit
aa13c8f5af
4 changed files with 21 additions and 0 deletions
5
tests/sample_errors/single_quoted_translated.blp
Normal file
5
tests/sample_errors/single_quoted_translated.blp
Normal file
|
@ -0,0 +1,5 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Label {
|
||||
label: _('Hello, World!');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue