kurtsson / jekyll-multiple-languages-plugin

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

Remove individual fallback logs unless verbose option is set to true #169

Closed alxckn closed 4 years ago

alxckn commented 4 years ago

We have big websites with some parts that are not fully translated. The default output from jekyll-multiple-languages-plugin is very verbose in that case without any way to configure it.

This is a proposal to include individual fallback warnings only when jekyll's global verbose flag is set to true.

kurtsson commented 4 years ago

Thanks! <3