I have a template page with a number of labels. I would like to produce several html's from this template, say one per each language. Is this possible using Jekyll? I have seen a multi-language-plugin, however it seems not working anymore. Can Jekyll produce more pages from a single template? If the answer is negative, do you know any other static site generator that can handle multi language?
A good way to implement multi-language sites in Jekyll is via jekyll-multiple-languages-plugin that also works with Jekyll v3.x
You can find an useful tutorials on how to install and configure the plugin here and here.
As an alternative, you can try to implement multi-language without any plugin, using this tutorial.