Add string lists

This commit is contained in:
James Westman 2021-11-12 19:01:20 -06:00
parent aa447466c0
commit 2a18273c80
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
7 changed files with 124 additions and 2 deletions

View file

@ -0,0 +1,8 @@
using Gtk 4.0;
StringList {
strings [
"Hello, world!",
_("Hello!"),
];
}