blueprint-compiler/tests/samples/translator_comments.blp
2024-08-24 12:40:04 -05:00

6 lines
109 B
Text

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