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

21 lines
407 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": {
"pt_BR": "Portugues",
"en": "English",
"es_ES": "Spanish"
}
}