svelte-i18n/example/messages/en.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
452 B
JSON

{
"title": {
"index": "Sapper project template!"
},
"nav": {
"home": "Home",
"about": "About",
"blog": "Blog"
},
"messages": {
"success": "Great success!",
"high_five": "High five",
"try_editing": "Try editing this file (src/routes/index.svelte) to test live reloading."
},
"languages": {
"en": "English",
"pt_BR": "Português",
"es_ES": "Espanol",
"ar": "عربى"
},
"direction": "ltr"
}