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

21 lines
428 B
JSON

{
"title": {
"index": "Modelo de projeto em Sapper!"
},
"nav": {
"home": "Home",
"about": "Sobre",
"blog": "Blog"
},
"messages": {
"success": "Suuuucesso!",
"high_five": "Toca aqui",
"try_editing": "Tente editar este arquivo (src/routes/index.svelte) para testar o recarregamento ao vivo."
},
"languages": {
"pt_BR": "Português",
"en": "Inglês",
"es_ES": "Espanhol"
}
}