theowenyoung / gatsby-plugin-intl

Gatsby plugin that turns your website into an internationalization-framework out of the box.
https://gatsby-plugin-react-intl.vercel.app
19 stars 19 forks source link

Error with the index.d.ts file reference #1

Open alexander9306 opened 3 years ago

alexander9306 commented 3 years ago

instead of declare module 'gatsby-plugin-intl' it should be declare module 'gatsby-plugin-react-intl'

cddlee commented 3 years ago

I think you meant 'gatsby-plugin-react-intl', I've made a pull request #2

alexander9306 commented 3 years ago

That's exactly what I meant. Thank you for the fix.