Skip to content

Instantly share code, notes, and snippets.

@jkentjnr
Created November 29, 2017 22:54
Show Gist options
  • Save jkentjnr/0ff3dad2cd07e694963c8b34d271e67c to your computer and use it in GitHub Desktop.
Save jkentjnr/0ff3dad2cd07e694963c8b34d271e67c to your computer and use it in GitHub Desktop.
Example of an I18n file
{
"en": {
"inputText": {
"title": {
"label": "Title of the text",
"placeholder": "Title",
}
}
},
"es": {
"inputText": {
"title": {
"label": "Título del texto",
"placeholder": "Título",
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment