svelte-i18n/test/fixtures/en.json

11 lines
307 B
JSON
Raw Normal View History

2019-11-19 17:18:42 +01:00
{
"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}}"
}