mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
14 lines
373 B
JSON
14 lines
373 B
JSON
|
{
|
||
|
"title": {
|
||
|
"about": "About",
|
||
|
"index": "Sapper project template!"
|
||
|
},
|
||
|
"about_this_site": "About this site",
|
||
|
"about_content": ["This is the 'about' page. There's not much here."],
|
||
|
"messages": {
|
||
|
"success": "Great success!",
|
||
|
"high_five": "High five",
|
||
|
"try_editing": "Try editing this file (src/routes/index.svelte) to test live reloading."
|
||
|
}
|
||
|
}
|