Releases: ashmaroli/jekyll-locale
Releases · ashmaroli/jekyll-locale
v0.5.1
v0.5.0
v0.4.0
- Add a
localize_date
Liquid filter to localize dates
v0.3.1
v0.3.0
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 andexclude_set
configuration. Refer README for details.
v0.2.0
Initial Release
Initialize {{ locale }}
as syntactic sugar for {{ site.data[site.locales_dir][site.locale] }}