Add the English messages file

This commit is contained in:
Savanni D'Gerinel 2024-03-10 11:51:00 -04:00
parent 1881fb99ce
commit 30198f0038
1 changed files with 14 additions and 0 deletions

14
kifu/gtk/messages/en.yaml Normal file
View File

@ -0,0 +1,14 @@
welcome:
content: "Welcome to Kifu"
hello:
parameters:
name: string
content: "Hello, ${name}"
games-in-database:
parameters:
count: count
content: |
{$count ->
[one] There is one game in the database
*[other] There are ${count} games in the database
}