svelte-i18n/test/fixtures/en.json
2019-11-22 13:51:18 -03:00

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"
}