Open
Description
Hi, thanks for the awesome plugin!
Is it too hard to implement some l10n logic so that we can have multiple changelog pages according to the language of my docs? I would expect something like this:
changelog : {
'/pt-br/': '/pt-br/releases.md',
'/': '/releases.md',
}
Thanks for the effort!