Skip to content

Instantly share code, notes, and snippets.

@javipacheco
Created June 14, 2019 11:16
Show Gist options
  • Save javipacheco/8b473eee28348406e985f47eeb81122f to your computer and use it in GitHub Desktop.
Save javipacheco/8b473eee28348406e985f47eeb81122f to your computer and use it in GitHub Desktop.
translations.json
{
"translations": {
"en": {
"hello": "Hello",
"world": "World"
},
"es": {
"hello": "Hola",
"world": "Mundo"
},
"pt": {
"hello": "Olá",
"world": "Mundo"
},
"de": {
"hello": "Hallo",
"world": "Welt"
},
"it": {
"hello": "Ciao",
"world": "Mondo"
},
"hi": {
"hello": "नमस्ते",
"world": "विश्व"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment