Vincent Prouillet
Vincent Prouillet
The first link is a 404 for me
I took the file on an empty new zola project and it seems to work for me? I'm using the `next` branch so it might be in some bug already...
The config has been changed for the next version for languages since there are now more language specific options. See https://github.com/getzola/zola/blob/next/test_site_i18n/config.toml#L19-L27 for an example of the new way to define...
Translations are now nested on their language definitions: https://github.com/getzola/zola/blob/next/components/config/src/config/mod.rs#L501-L511
Config are now language aware in the templates, so you just need to do `config.translations.description`
Sorry, I forgot the translations are not passed to the templates. You have to use https://www.getzola.org/documentation/templates/overview/#trans
Ah damn I forgot this needed updating as well.
https://www.getzola.org/documentation/content/multilingual/ has been updated
Can you rebase the PR?
> I'm happy to change the name if we have a better candidate :) > I guess that can also happen later - up until it is merged to master?...