svelte-i18n/example/messages/default.json

21 lines
371 B
JSON
Raw Normal View History

2019-11-19 17:18:42 +01:00
{
"title": {
"index": "Sapper project template!"
},
"nav": {
"home": "",
"about": "",
"blog": ""
},
2019-11-19 17:18:42 +01:00
"messages": {
"success": "Great success!",
"high_five": "High five",
"try_editing": "Try editing this file (src/routes/index.svelte) to test live reloading."
2019-11-22 03:34:43 +01:00
},
"languages": {
"pt_BR": "",
"en": "",
"es_ES": ""
2019-11-19 17:18:42 +01:00
}
}