This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
Releases: kurtsson/jekyll-multiple-languages-plugin
Releases · kurtsson/jekyll-multiple-languages-plugin
1.7.0
Jekyll 4
1.6.0
- fix: check if static_file_r_path is set
- Missing slash before lang prefix in lang picker example
- Updated README.md with _posts directory
- Build translations in
pre_render
hook - If include not found, fall back to default language
Ping @joshcummingsdesign
1.5.0
- Enables Liquid expansions within Liquid Tags.
- The example website post language switchers were rewritten in an algorithmic way.
1.4.2
Exposes the site.translations
hash containing the translated strings to Liquid.
1.4.1
Fixes a bug during site regeneration where translation paths were being nested based on wrongly set Jekyll variables.
1.4.0
- Support for Jekyll 3
- How to create pages documentation
- Many bug fixes
- Code refactoring, cleanup and reorganization
- Files and folders reorganization
- Improved and fixed issues on the example website
- Inprovement and fixes on documentations
- Inproved license files
v1.3.0: Version 1.3.0
* Support for localized links and custom permalinks, thanks to [@jasonlemay](https://github.com/screeninteraction/jekyll-multiple-languages-plugin/pull/53) * Support for excluding posts from translation, thanks to [ctruelson](https://github.com/screeninteraction/jekyll-multiple-languages-plugin/pull/51)