-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hello.
Your plugin has its own Link component.
Also I am using gatsby-plugin-transition-link which has its own Link component too.
How to solve that problem, do you have some mechanism for solving …
-
I'm trying to test a page/components using react-testing-library and injectIntl from gatsby-plugin-intl. I followed the guide on https://testing-library.com/docs/example-react-intl
I get the follow…
-
warn Plugin gatsby-plugin-intl is not compatible with your gatsby version 3.0.2 - It requires gatsby@^2.0.0
Is it possible to make it compatible with gatsby 3?
-
Since intl-relativetimeformat 6.0, the locales are no longer located in the dist subfolder (https://github.com/formatjs/formatjs/blob/main/packages/intl-relativetimeformat/CHANGELOG.md#600-2020-07-03)…
-
## Description
Both slash stripper and internationalization plugins need to mash up so as to meet both common SEO and multilingual requirements. The ordering of the plugins in this case is import…
-
Thanks for this great plugin! I run into problems with gatsby and TS, any help or pointer would be greatly appreciated.
- version: 4.1.1
- `node` version: 12.4
- `npm` (or `yarn`) version: yarn 1…
Tbaut updated
4 years ago
-
instead of `declare module 'gatsby-plugin-intl`' it should be `declare module 'gatsby-plugin-react-intl'`
-
Hi, i have my options like:
`resolve: `gatsby-plugin-intl`,
options: {
path: `${__dirname}/src/intl`,
languages: [`es`, `en`],
defaultLanguage: `en`,
redirect: …