mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
decompiler: Use single quotes
This commit is contained in:
parent
ea92838cf3
commit
3d5a5521aa
15 changed files with 49 additions and 41 deletions
|
@ -1,9 +1,9 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Label {
|
||||
label: _("Hello, world!");
|
||||
label: _('Hello, world!');
|
||||
}
|
||||
|
||||
Label {
|
||||
label: C_("translation context", "Hello");
|
||||
label: C_('translation context', 'Hello');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue