mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
decompiler: Fix translator comments in properties
This commit is contained in:
parent
a12ac1b976
commit
25d9826aea
4 changed files with 23 additions and 4 deletions
6
tests/samples/translator_comments.blp
Normal file
6
tests/samples/translator_comments.blp
Normal file
|
@ -0,0 +1,6 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Label {
|
||||
/* Translators: This is a test comment. */
|
||||
label: C_("test", "Hello, world!");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue