i18n not ready for primetime yet

This commit is contained in:
Thomas Reynolds 2012-03-10 19:40:04 -08:00
parent 08f5e64858
commit 7d7f9a20ef
52 changed files with 593 additions and 1 deletions

View file

@ -97,6 +97,9 @@ module Middleman::CoreExtensions::Extensions
# @param [Symbol, Module] ext Which extension to activate
# @return [void]
def activate(ext, options={}, &block)
# Make :i18n a no-op
return if ext == :i18n
ext_module = if ext.is_a?(Module)
ext
else