A localization plugin for Jekyll.
- 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 configuredcontent_dir
.
Read through the documentation for details.