svelte-i18n/example/messages/es-ES.json
Thatcher 2a1bea5559
docs: add RTL to example (#61)
* Added RTL (arabic) language

* changed home, about, contact words (update from native speaker)
2020-03-29 16:40:55 -03:00

23 lines
476 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": {
"en": "English",
"pt_BR": "Português",
"es_ES": "Espanol",
"ar": "عربى"
},
"direction": "ltr"
}