1 min readJun 6, 2020
Hey, currently this isn't supported in the related OSS plugin.
If you want to implement the logic yourself, just re-write the path of each page from within `gatsby-node.js`.
Specifically, during the `onCreatePage` where we add the language prefix to the path (see code above), you can add the prefix and also change the original path to a translated one depending on the language :)