jekyll-multiple-languages-plugin
jekyll-multiple-languages-plugin copied to clipboard
I18n support for Jekyll and Octopress
Hi, great plugin! I wonder for a good "alternate" meta headers implementation for posts (for pages its easy with links translations {% tl team fr %}). This implementation should consider...
Apologies for repeating something known if any, but I'm fairly new to Jekyll. Currently using 3.5.2, which I noticed has not been mentioned as supported as of yet. I need...
To keep consistency, we should add these two files with some sort of code of conduct like so: ``` 1. All PRs should be related to existing issue, and mention...
Hi! Is it possible to translate collections? Right now, I have to manage 2 separates collections and I've created a tag to link the posts together. It's working but I've...
Not sure what I need to do to return the posts collection. I left the files in the _posts folder as they were before activating the plugin. Is there a...
I'd love to have an ability to check if a translated string exists, without a warning when building website (i have hundreds of them when using include file). Example: ```...
``` subnav: - name: subtitle.overview hash: overview - name: subtitle.examples hash: examples - name: subtitle.builder hash: builder - name: subtitle.resources hash: resources ``` This is something we're trying to do...
Since the fix of issue #70, only static files are being excluded using `exclude_from_localizations`. Files that include a front matter, which are treated by Jekyll as a page are not...
When I'm trying to sort my collection from _i18n folder like this: ` {% assign lecturers = site.translations[site.lang]["program-doctors-committe-test"] | sort: 'lastName' %}` I get an error: Error: Liquid error (line...
I've created a folder called `pages` outside _posts. In the root directory. This way I would expect the files inside `pages` to be created as folders in the `_site` folder....