Skip to content

Instantly share code, notes, and snippets.

@kutanov
Created February 15, 2020 03:18
Embed
What would you like to do?
locales/en/translation.json
{
"home": {
"title": "Book shop",
"total": "There are {{counter}} books in the list",
"buttonText": "Refresh button",
"buttonHTML": "<button onClick='window.location.reload();'>$t(buttonText)</button>",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment