decompiler: Fix translator comments in properties

This commit is contained in:
James Westman 2024-08-24 12:40:04 -05:00
parent a12ac1b976
commit 25d9826aea
4 changed files with 23 additions and 4 deletions

View file

@ -0,0 +1,6 @@
using Gtk 4.0;
Label {
/* Translators: This is a test comment. */
label: C_("test", "Hello, world!");
}