monorepo/kifu/gtk/messages/en.yaml

20 lines
333 B
YAML
Raw Normal View History

nothing-here:
content: "Nothing Here"
2024-03-10 15:51:00 +00:00
welcome:
content: "Welcome to Kifu"
2024-03-10 15:51:00 +00:00
hello:
parameters:
name: string
content: "Hello, ${name}"
2024-03-10 15:51:00 +00:00
games-in-database:
parameters:
count: count
content: |
{$count ->
[one] There is one game in the database
*[other] There are ${count} games in the database
}