Open
Description
Bug Report
i18n sitemap taxonomies not working properly.
Environment
Zola version: 0.17.2
Expected Behavior
Taxonomies must be added to the sitemap separately for each language.
Current Behavior
Example: https://mehmetcansahin.com/sitemap.xml
<url>
<loc>https://mehmetcansahin.com/tags/xml/</loc> -->False, Correct: https://mehmetcansahin.com/tr/tags/xml/
</url>
<url>
<loc>https://mehmetcansahin.com/tags/zola/</loc> --> Default lang correct
</url>
Step to reproduce
Create content in different languages and enter taxonomies in them.