7 lines
120 B
JSON
7 lines
120 B
JSON
{
|
|
"hello": "Hello {name}!",
|
|
"plural": {
|
|
"one": "One thing.",
|
|
"other": "{count} things."
|
|
}
|
|
}
|