Created
April 23, 2018 05:59
-
-
Save austintackaberry/e2a6a736dc6fa2e191880d996e0325a8 to your computer and use it in GitHub Desktop.
Final translation json file for i18n-example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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