kurtsson / jekyll-multiple-languages-plugin

I18n support for Jekyll and Octopress
MIT License
925 stars 202 forks source link

Translate only a few pages and keep posts in a single language #109

Closed alvarotrigo closed 6 years ago

alvarotrigo commented 6 years ago

Is it possible with this plugin to translate only a few pages and keep the rest intact?

In my use case I have a blog and I'm only interested in translating a few pages (not posts) of it. Would this be possible?

alvarotrigo commented 6 years ago

Sorry, I was using:

exclude_from_localization: ["assets", "_posts"]

And that was somehow forcing the posts to get translated.