I try to make my gatsby page multilingual. I am using gatsby-plugin-react-i18next, i18next and react-i18next like in documentation.
i18n adds language prefix but page url is still the same. How i can translate friendly url? i have: domain/es/hello-world but i want: domain/es/hola-mundo
Is there a simple solution to this in GatsbyJS or is it more complicated?