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

11 lines
238 B
JSON

{
"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."
}
}