Created
June 19, 2021 14:31
-
-
Save KevinVR/537d29cf5aafb3fbffcb9a09b0518104 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
| // Using the function | |
| const title = intl.formatMessage({ id: 'title' }); | |
| // Using the React component | |
| import { FormattedMessage } from 'gatsby-plugin-intl'; | |
| <FormattedMessage id="title" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment