2024-03-11 12:44:43 +00:00
|
|
|
nothing-here:
|
|
|
|
content: "Nothing Here"
|
|
|
|
|
2024-03-10 15:51:00 +00:00
|
|
|
welcome:
|
|
|
|
content: "Welcome to Kifu"
|
2024-03-11 12:44:43 +00:00
|
|
|
|
2024-03-10 15:51:00 +00:00
|
|
|
hello:
|
|
|
|
parameters:
|
|
|
|
name: string
|
|
|
|
content: "Hello, ${name}"
|
2024-03-11 12:44:43 +00:00
|
|
|
|
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
|
|
|
|
}
|