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/4f9cd8696c84c5cce67fc7ace76ac9d3 to your computer and use it in GitHub Desktop.

Select an option

Save dsternlicht/4f9cd8696c84c5cce67fc7ace76ac9d3 to your computer and use it in GitHub Desktop.
Example of locale file structure (Hebrew)
// he.json
{
"login": {
"welcome": "{{name}}, ברוך הבא לאפליקציה המתורגמת!",
"login_button": "התחבר",
"signup_button": "הרשם"
},
"user_profile": {
"title": "הפרופיל שלך"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment