i18n not ready for primetime yet
This commit is contained in:
parent
08f5e64858
commit
7d7f9a20ef
52 changed files with 593 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue