Last active
November 13, 2017 08:07
-
-
Save dsternlicht/b723439a8774e40ee97b2e66b745b224 to your computer and use it in GitHub Desktop.
Example of locale file structure
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
| // 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