svelte-i18n/test/fixtures/en.json

10 lines
217 B
JSON
Raw Normal View History

2019-11-19 17:18:42 +01:00
{
2019-11-28 19:00:04 +01:00
"form": {
"field_1_name": "Name",
"field_2_name": "Lastname"
2019-11-19 17:18:42 +01:00
},
"photos": "You have {n, plural, =0 {no photos.} =1 {one photo.} other {# photos.}}",
2019-11-28 19:00:04 +01:00
"title": "Page title",
"sneakers": "sneakers"
2019-11-19 17:18:42 +01:00
}