merge i18n extension
This commit is contained in:
parent
8d22fee8d8
commit
d9a82beb8a
3 changed files with 6 additions and 1 deletions
|
@ -88,6 +88,9 @@ module Middleman
|
|||
|
||||
# Catch and show exceptions at the Rack level
|
||||
autoload :ShowExceptions, "middleman-core/core_extensions/show_exceptions"
|
||||
|
||||
# i18n
|
||||
autoload :I18n, "middleman-core/core_extensions/i18n"
|
||||
end
|
||||
|
||||
module Extensions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue