mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
e5d7b84241
Issues: #19
12 lines
343 B
JSON
12 lines
343 B
JSON
{
|
|
"hi": "hola yo",
|
|
"switch.lang": "Cambiar de idioma",
|
|
"greeting": {
|
|
"ask": "Por favor escriba su nombre",
|
|
"message": "Hola {name}, cómo estás?"
|
|
},
|
|
"photos": "Tienes {n, plural, =0 {0 fotos.} =1 {una foto.} other {# fotos.}}",
|
|
"cats": "Yo tengo {n, number} {n,plural,one{gato}other{gatos}}",
|
|
"sneakers": "zapatillas"
|
|
}
|