mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
2a1bea5559
* Added RTL (arabic) language * changed home, about, contact words (update from native speaker)
23 lines
471 B
JSON
23 lines
471 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": {
|
|
"en": "English",
|
|
"pt_BR": "Português",
|
|
"es_ES": "Espanol",
|
|
"ar": "عربى"
|
|
},
|
|
"direction": "ltr"
|
|
}
|