-
Hello,
my site has two entry points `/` and `/en`. This is my setting:
```
{
resolve: `gatsby-plugin-intl`,
options: {
path: `${__dirname}/src/intl`,
languages: ['en'],
def…
-
## Description
command `gatsby run develop --https` fails in the generate certificate step if the path of the project contains spaces
### Steps to reproduce
I'm on windows, so I don't know if…
-
When I tried to translate the Gitpod site, I ran into the problem of the i18n method.
This problem arose from the story of creating a Japanese page (https://twitter.com/Esc_mouse_484/status/11205…
-
4:16:46 PM: Build ready to start
4:16:48 PM: build-image version: 9cade8af58c2cf3a17a1e9433d2e979149488837
4:16:48 PM: build-image tag: v3.3.5
4:16:48 PM: buildbot version: 2fd8f04962d5dbc77b79b9c2…
ghost updated
4 years ago
-
By default Webpack imports all `@formatjs` localization files, because during the build it doesn't know what exactly the application need. To fix this behavior `ContextReplacementPlugin` is used, thou…
-
## Description
Gatsby 2.13.50 uses a `^` to include `gatsby-cli`. This lead to in npm install causing us to pull in an incompatible version of the gatsby cli.
![image](https://user-images.gi…
-
Hey.
When requesting an article with a translations filter, to only get e.g. `en`, it doesn't work. It still returns all articles.
```graphql
query {
allDirectusArticle(filter: {translations…
-
i created my menu with your module, everything went well in development mode, but when i build in production mode it fails with this error:
```javascript
walter@walter-RC530-RC730:~/kalwalt-github…
-
Hello,
I'm looking for the best way to implement internationalisation on the pages that I've creating using Gatsby (the best experience ever btw) and I found react-intl with the plugin "gatsby-plug…
-
I have a use case where I need to revamp a landing page that was on wordpress to Gatsby which is well reference in Google and all but with a wrong locale name (site.com/us-en/some-route-url) instead o…