svelte-i18n/example/messages/default.json

11 lines
238 B
JSON
Raw Normal View History

2019-11-19 17:18:42 +01:00
{
"title": {
"index": "Sapper project template!"
},
"messages": {
"success": "Great success!",
"high_five": "High five",
"try_editing": "Try editing this file (src/routes/index.svelte) to test live reloading."
}
}