Skip to content

Instantly share code, notes, and snippets.

@horsfallnathan
Created April 26, 2020 12:44
Show Gist options
  • Save horsfallnathan/75aab4de965e8b942120b76d3449346e to your computer and use it in GitHub Desktop.
Save horsfallnathan/75aab4de965e8b942120b76d3449346e to your computer and use it in GitHub Desktop.
const dict = {
en: {
welcome: "welcome to my page",
menu: {
about: "About Me"
}
},
de: {
welcome: "wilkommen bei meinem seite",
menu: {
about: "über mich"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment