svelte-i18n/test/fixtures/en.json
2019-11-28 15:00:04 -03:00

10 lines
217 B
JSON

{
"form": {
"field_1_name": "Name",
"field_2_name": "Lastname"
},
"photos": "You have {n, plural, =0 {no photos.} =1 {one photo.} other {# photos.}}",
"title": "Page title",
"sneakers": "sneakers"
}