Created
August 5, 2018 16:50
-
-
Save darde/8649213961ef6ceed0403c041960efba to your computer and use it in GitHub Desktop.
react-i18next-example/src/components/Home/locales/default.en.json
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
{ | |
"en": { | |
"title": "Lighthouses", | |
"content": "Know the most beautiful lighthouses of the world.", | |
"figure": { | |
"alt": "Lighthouse picture" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment