jekyll-multiple-languages-plugin icon indicating copy to clipboard operation
jekyll-multiple-languages-plugin copied to clipboard

I18n support for Jekyll and Octopress

Results 80 jekyll-multiple-languages-plugin issues
Sort by recently updated
recently updated
newest added

Add support for the `.yaml` file extension for translation files. - Config files with the `.yaml` file extension have been supported by Jekyll [since version 2.1.0](https://github.com/jekyll/jekyll/blob/master/History.markdown#210--2014-06-28) - The [YAML FAQ](https://yaml.org/faq.html)...

This may be related to #47. # Summary It seems that `include: ['.htaccess']` in `config.yml` is negated by this plugin. # Environment ``` gem "jekyll", "~> 4.1.1" group :jekyll_plugins do...

In the past, I used a setup as described here: https://github.com/kurtsson/jekyll-multiple-languages-plugin/issues/86#issuecomment-504036422 https://github.com/kurtsson/jekyll-multiple-languages-plugin/issues/103#issuecomment-348709528 Previously, I used a config like this ``` languages: ["en", "en", "de"] ``` to generate a folder structure...

I updated to the latest version of jekyll-multiple-languages-plugin (1.8.0) and now I'm experiencing this error: ``` $ bundle exec jekyll build --trace Configuration file: /_config.yml Source: Destination: /_site Incremental build:...

I tried to use `{{ site.baseurl_root }}` in a file in `_include/file.html`. This file gets included in a layout, which will be used by the final page. Looks like `{{...

In the past, I used the setup I also described [here](https://github.com/kurtsson/jekyll-multiple-languages-plugin/issues/186): Have a default language be put to root **and** in a separate language folder: ``` index.html // English index...

I have tags and categories and the user can access the archive pages and the permalinks are including the category. I can set a permalink per post so switching from...

Possible to have different language in different posts? So maybe one post exist in English and Chinese, and another one in English and Italy

Hi, great plugin, thank you for all the work. Maybe I just don't see how it works, so a little hint would be grat. I have about.md in root with...

Using the `site.posts` Jekyll variable currently only brings up the posts for the current language, rather than the entire site. Any way to get around this, or can this be...