svelte-i18n/example/messages/es-ES.json
Christian Kaisermann 7c443179b2 docs: ✏️ update example
2019-11-22 13:51:18 -03:00

21 lines
431 B
JSON

{
"title": {
"index": " Plantilla de proyecto Sapper!"
},
"nav": {
"home": "Inicio",
"about": "Acerca",
"blog": "Blog"
},
"messages": {
"success": "Gran éxito!",
"high_five": "Cinco altos",
"try_editing": " Intente editar este archivo (src/routes/index.svelte) para probar la recarga en vivo."
},
"languages": {
"pt_BR": "Portugués",
"en": "Ingles",
"es_ES": "Espanol"
}
}