Module: JekyllGoogleTranslate
- Defined in:
- lib/google_translate_html.rb,
lib/google_translate_javascript.rb,
lib/jekyll_google_translate/version.rb
Overview
This Jekyll tag plugin inserts JavaScript for Google Translate. The google_translate_html % tag must also be called to insert HTML into the page.
The Jekyll log level defaults to :info, which means all the Jekyll.logger statements below will not generate output. You can control the log level when you start Jekyll. To set the log level to :debug, write an entry into _config.yml, like this: plugin_loggers:
GoogleTranslateJavascript: debug
Defined Under Namespace
Classes: GoogleTranslateHtml, GoogleTranslateJavascript
Constant Summary collapse
- VERSION =
'0.1.1'.freeze