-
Hi all, we have just begun to implement react-intl for i18n. Translations work fine, but so far we have been using a static json file with all translations.
Now i am looking for a way to extract al…
-
right now intl is an object passed to context on the creating page loop
`return {
...page,
path: newPath,
context: {
...page.context,
intl: {
languag…
-
## Summary
I have set up a Preview environment on Gatsby Cloud, and a Preview environment on ContentStack.
I configured the environment variables correctly, and everything is working correctly, exc…
-
Seeing the reactions to [my comment on an other issue](https://github.com/gatsbyjs/gatsby/issues/3830#issuecomment-362870166), I decided to open this issue.
I think that i18n is much harder than it…
-
## Summary
Extract all English text in components to YAML translation files.
### Motivation
We need to factor out English text into yaml files so that we can translate them.
## Implementat…
-
Description
In MacOS Safari, when coming to the base url, images from gatsby-image are not loading. All images in different pages are working correctly.
Everything works ok on firefox, chrome.
I th…
-
After updated my previous 'gatsby-transformer-sharp' plugin package - started getting this error below:
**Actual result**
> You can't use childImageSharp together with index.js — use publicURL …
-
@CalaoJuanPablo suggest use gatsby-plugin-intl
So I will do it
-
i just installed the plugin (theme-intl) , added this configuration :
` {
resolve: `@3nvi/gatsby-theme-intl`,
options: {
supportedLanguages: ['en', 'fr'],
i18nextCon…
-
## Description
Hi team! I've been encountering some inconsistencies with match path sorting. With two pages with match paths of `/*` and `/txt/*`, the `/*` page gets sorted before the `/txt/*` …