I am using Sitemap version 2.3.0 and Translate version 4.1.1 on my Bolt website and the generated `sitemap.xml` file is using wrong URLs. All URLs in my sitemap are like this: ``` <url> <loc>http://www.website.com/en/en/pages</loc> <changefreq>weekly</changefreq> <priority>0.8</priority> </url> ``` The language is repeated 2 times `en/en/`