Skip to content

Instantly share code, notes, and snippets.

@austintackaberry
Created April 23, 2018 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austintackaberry/e2a6a736dc6fa2e191880d996e0325a8 to your computer and use it in GitHub Desktop.
Save austintackaberry/e2a6a736dc6fa2e191880d996e0325a8 to your computer and use it in GitHub Desktop.
Final translation json file for i18n-example
{
"en": {
"Weather.message": "Because it is sunny!",
"Day.homeLink": "Go back home",
"Home.header": "Hello, world!",
"Home.dayMessage": "It's a beautiful day outside.",
"Home.dayLink": "Click here to find out why!"
},
"es": {
"Weather.message": "¡Porque es soleado!",
"Day.homeLink": "Regresar a inicio",
"Home.header": "¡Hola Mundo!",
"Home.dayMessage": "Es un hermoso día afuera.",
"Home.dayLink": "¡Haz clic aquí para averiguar por qué!"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment