Skip to content

Releases: ashmaroli/jekyll-locale

v0.5.1

21 Oct 13:57
Compare
Choose a tag to compare
  • Fix basic incompatibility with some plugins

v0.5.0

18 Oct 16:54
Compare
Choose a tag to compare
  • Numerous bug fixes
  • Setup an "example" site (Repository only)

v0.4.0

15 Oct 11:48
Compare
Choose a tag to compare

v0.3.1

05 Oct 08:51
Compare
Choose a tag to compare

Bug Fixes:

  • Do not create localization objects for static files in collections
  • Improve handling keys in locale data
  • Allow creating translations for "dates" with a Hash

v0.3.0

01 Oct 06:26
Compare
Choose a tag to compare

Changes

  • Configuration directives have been nested under key "localization"
  • Configuration keys have changed. Refer README for details.
  • The plugin defaults to "manual" mode and will not automatically duplicate the site and re-render everything unless the mode is set to "auto".

Enhancements

  • Allow controlling what pages & documents get duplicated / localized based on the mode setting and exclude_set configuration. Refer README for details.

v0.2.0

24 Sep 16:16
Compare
Choose a tag to compare
  • Add ability to generate and render copies of pages and documents for each locale supported by the site

Initial Release

21 Sep 11:50
Compare
Choose a tag to compare

Initialize {{ locale }} as syntactic sugar for {{ site.data[site.locales_dir][site.locale] }}