kurtsson / jekyll-multiple-languages-plugin

I18n support for Jekyll and Octopress
MIT License
922 stars 203 forks source link

Translate multiple pages without creating a template for each one? #188

Open cannandev opened 3 years ago

cannandev commented 3 years ago

I have about 10 static pages that are not posts. I want to house them under _pages/[lang]. According to the docs, I have to create a "template" page for each content page: {% translate_file about/about.md %}

For one or two files, that's great. For 10 or more? Is there another way to automate translating these pages?

I don't want to move them to _posts. Thanks.