kurtsson / jekyll-multiple-languages-plugin

I18n support for Jekyll and Octopress
MIT License
923 stars 201 forks source link

Fallback on translate_file does not work #123

Closed schancel closed 5 years ago

schancel commented 6 years ago

Fallbacks for translate_file don't work correctly:

Liquid Exception: Included file 'xxx/features.html' not found in /Users/xxx/xxx/_i18n/es directory in index.html
joshcummingsdesign commented 6 years ago

I had the same experience. I submitted #130 to resolve this issue. I believe that if content doesn't exist in the target language, it should fall back to the default language.