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