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

21 lines
371 B
JSON

{
"title": {
"index": "Sapper project template!"
},
"nav": {
"home": "",
"about": "",
"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": "",
"en": "",
"es_ES": ""
}
}