Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created April 15, 2019 13:44
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 bodrovis/4d37782589c3423d89a3f688a7fb0c51 to your computer and use it in GitHub Desktop.
Save bodrovis/4d37782589c3423d89a3f688a7fb0c51 to your computer and use it in GitHub Desktop.
const locales = {
en: {
welcome: 'Welcome to our demo!',
info: {
warning: 'Warning message'
}
},
ru: {
welcome: 'Добро пожаловать в наше демо!',
info: {
warning: 'Предупреждение'
}
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment