svelte-i18n/test/fixtures/en.json
2021-02-15 13:39:11 -03:00

11 lines
259 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",
"with-syntax-error": "Hello {{name}}!"
}