svelte-i18n/example/messages/default.json
2019-11-22 13:51:18 -03:00

16 lines
302 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."
}
}