Last active
November 13, 2017 08:07
-
-
Save dsternlicht/4f9cd8696c84c5cce67fc7ace76ac9d3 to your computer and use it in GitHub Desktop.
Example of locale file structure (Hebrew)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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