svelte-i18n/example/messages/es-ES.json
2019-11-22 13:51:18 -03:00

11 lines
259 B
JSON

{
"title": {
"index": " Plantilla de proyecto Sapper!"
},
"messages": {
"success": "Gran éxito!",
"high_five": "Cinco altos",
"try_editing": " Intente editar este archivo (src/routes/index.svelte) para probar la recarga en vivo."
}
}