Created
April 5, 2019 15:15
-
-
Save Jonathanlight/c1938f6d61acac77dd9b693c685805e8 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"title": "Test App Anglais", | |
"label": { | |
"main": "Hello {user}!" | |
}, | |
"button": { | |
"clickMe": "Click here" | |
}, | |
"toastMessage": "You clicked on button!", | |
"clicked": { | |
"times-0": "You clicked {times} times!", | |
"times-1": "You clicked {time} time!", | |
"times-2": "You clicked {times} times!" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment