jekyll-multiple-languages-plugin
jekyll-multiple-languages-plugin copied to clipboard
I18n support for Jekyll and Octopress
As written the example language switcher doesn't work on pages that have a permalink, apparently regardless if there's a translated permalink or not. Current example for posterity: ``` {% if...
### Problem exclude_from_localizations setting not working for values in include. Example setting in _config.yml: ``` include: ["_redirects"] exclude_from_localizations: ["script","_redirects" ] ``` ### Actual Result _redirects is copied into _site and...
Hello! Rather than including different `.md` or `.html` files for page content as translate files (thus duplicating markup) would it be possible to separate out different `.yml` files for each...
with submodule method, I got this error while generating/serving website (`jekyll serve`): ``` /Library/Ruby/Gems/2.0.0/gems/jekyll-multiple-languages-plugin-1.2.9/lib/jekyll/multiple/languages/plugin.rb:26: stack level too deep (SystemStackError) ``` after deleted example folder, it works. could you please move...
My page is multi-language and I use you plugin (which is great so far). However, when prototyping parts of the page (mainly still only in english) I use constructs like...
When using `permalink: /:title.html` the posts end up in the right place (in `_site/postname.html` for default lang and in `_site/lang/postname.html` for other languages). Permalinks for the default language are also...
Added information about which key it failed to translate, for easier debugging
This gem uses `Dir.exists?` which is deprecated and not available in ruby 3. ``` ~/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/jekyll-multiple-languages-plugin-cba063ff3a90/lib/jekyll-multiple-languages-plugin.rb:51:in `block (3 levels) in ': undefined method `exists?' for Dir:Class (NoMethodError) ```
Fixes #209.
I've gotten mostly everything working well... until I looked at the social media tags for each post and realized they are referencing the correctly values based on the locale. That...