Created
November 29, 2017 22:54
-
-
Save jkentjnr/0ff3dad2cd07e694963c8b34d271e67c to your computer and use it in GitHub Desktop.
Example of an I18n file
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": { | |
"inputText": { | |
"title": { | |
"label": "Title of the text", | |
"placeholder": "Title", | |
} | |
} | |
}, | |
"es": { | |
"inputText": { | |
"title": { | |
"label": "Título del texto", | |
"placeholder": "Título", | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment