Skip to content

Instantly share code, notes, and snippets.

@dsternlicht
Last active November 13, 2017 08:07
Show Gist options
  • Select an option

  • Save dsternlicht/b723439a8774e40ee97b2e66b745b224 to your computer and use it in GitHub Desktop.

Select an option

Save dsternlicht/b723439a8774e40ee97b2e66b745b224 to your computer and use it in GitHub Desktop.
Example of locale file structure
// en.json
{
"login": {
"welcome": "Welcome {{name}} to our localized app!",
"login_button": "Login",
"signup_button": "Sign Up"
},
"user_profile": {
"title": "Your Profile"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment