mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
e5d7b84241
Issues: #19
12 lines
333 B
JSON
12 lines
333 B
JSON
{
|
|
"hi": "hi yo",
|
|
"switch.lang": "Switch language",
|
|
"greeting": {
|
|
"ask": "Please type your name",
|
|
"message": "Hello {name}, how are you?"
|
|
},
|
|
"photos": "You have {n, plural, =0 {no photos.} =1 {one photo.} other {# photos.}}",
|
|
"cats": "I have {n, number} {n,plural,one{cat}other{cats}}",
|
|
"sneakers": "sneakers"
|
|
}
|