0.01
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
A localization plugin for Jekyll
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 3.8
 Project Readme

Jekyll Locale

Linux Build Status Windows Build status Maintainability Test Coverage

A localization plugin for Jekyll.

Features

  • Exposes a {{ locale }} object for your Liquid templates that can be used to "translate" strings in your site easily.
  • Depending on configured mode, the plugin either generates a copy of every page that renders into a HTML file, and every document set to be written, and renders them into dedicated urls prepended by a supported locale, or, the plugin "processes" only those files placed inside the plugin's configured content_dir .

Read through the documentation for details.