untra / polyglot

:abc: Multilingual and i18n support tool for Jekyll Blogs
https://polyglot.untra.io
MIT License
394 stars 58 forks source link

Using with jekyll-sass-converter 3.0.0 gets error #166

Closed tkosaka1976 closed 6 months ago

tkosaka1976 commented 1 year ago

Recently, jekyll-sass-converter was updated to 3.0.0 but the error output will come when "jekyll s" runs.

$HOME/.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/jekyll-polyglot-1.5.1/lib/jekyll/polyglot/patches/jekyll/site.rb:217:in `gsub!': can't modify frozen String: "XXXXXXXXX[TEXT]" (FrozenError)

Sorry. $HOME and "XXXXXXXXX[TEXT]" was wrote myself directly.

Solution is using "jekyll-sass-converter 2.2.0"