mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
11 lines
259 B
JSON
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}}!"
|
|
}
|