Last active
February 1, 2018 08:06
-
-
Save olivier5741/e6a61ba42a20d3225bd05665f8fb60aa to your computer and use it in GitHub Desktop.
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
| { | |
| "input": { | |
| "placeholder": "a placeholder" | |
| }, | |
| "nav": { | |
| "home": "Home", | |
| "page1": "Page One", | |
| "page2": "Page Two" | |
| } | |
| } |
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
| { | |
| "input": { | |
| "placeholder": "tapez voter texte" | |
| }, | |
| "nav": { | |
| "home": "Page principale", | |
| "page1": "Page Une", | |
| "page2": "Page Deux" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment