kurtsson / jekyll-multiple-languages-plugin

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

Support empty languages #194

Closed victorbnl closed 3 years ago

victorbnl commented 3 years ago

Now if one of the languages has an empty yml, it will raise an error

undefined method `access' for false:FalseClass (NoMethodError)

With this pull request, it will just ignore it and take the default language

Useful when you want to support a language but didn't start translating it yet

victorbnl commented 3 years ago

Removing this pull request as it breaks translation blocks