mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
11 lines
307 B
JSON
11 lines
307 B
JSON
{
|
|
"hi": "hi yo",
|
|
"switch.lang": "Switch language",
|
|
"greeting": {
|
|
"ask": "Please type your name",
|
|
"message": "Hello {name}, how are you?"
|
|
},
|
|
"photos": "You have {n, plural, =0 {no photos.} =1 {one photo.} other {# photos.}}",
|
|
"cats": "I have {n, number} {n,plural,one{cat}other{cats}}"
|
|
}
|