jekyll i18n_tags:翻译您的Jekyll模板 源码
jekyll-i18n_tags 这个插件提供了一个用于翻译模板的简单标签。 安装 添加jekyll-i18n_tags宝石到:jekyll_plugins在你的团队Gemfile : group :jekyll_plugins do gem 'jekyll-i18n_tags' , '~>1' end 用法 将配置和翻译放在_config.yml : # Source language is optional. If set, translations to it will not be # performed. source_lang : en translations :
下载地址
用户评论