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
452 B
JSON
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"
|
|
}
|