Jekyll-language-plugin

Hello,

I’m trying to use this plugin : jekyll-language-plugin

First of all I paste this in my Gemfile (I’m use Jekyll by the way) :

group :jekyll_plugins do
gem ‘jekyll-last-modified-at’
gem ‘jekyll_reading_time’
gem ‘jekyll-sitemap’
gem ‘jekyll-language-plugin’
end

(or paste this in a _config.yml it’s same :
gems:

  • jekyll-language-plugin
    )

Then, I do not no if this following is correct, in my Gemfile :

language_data: data.lang.fr
language_includes_dir: _i18n

Like you see, I would like use the french language, and I would like
translate date from Liquid.

So, when I launch my compilation I get this error :

[11:40:04] Starting ‘jekyll-build’…
/Library/Ruby/Gems/2.0.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:80:in
rescue in block (2 levels) in require': There was an error while trying to load the gem 'jekyll-language-plugin'. (Bundler::GemRequireError) from /Library/Ruby/Gems/2.0.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:76:in block (2 levels) in require’
from
/Library/Ruby/Gems/2.0.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:72:in
each' from /Library/Ruby/Gems/2.0.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:72:in block in require’
from
/Library/Ruby/Gems/2.0.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:61:in
each' from /Library/Ruby/Gems/2.0.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:61:in require’
from /Library/Ruby/Gems/2.0.0/gems/bundler-1.11.2/lib/bundler.rb:99:in
require' from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.3/lib/jekyll/plugin_manager.rb:39:in require_from_bundler’
from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.3/bin/jekyll:13:in <top (required)>' from /usr/local/bin/jekyll:22:in load’
from /usr/local/bin/jekyll:22:in `’

Some help will be appreciate, thanks :slight_smile: