no longer need warning

This commit is contained in:
Thomas Reynolds 2014-07-07 09:51:23 -07:00
parent b02c9e5724
commit f47a586332

View file

@ -10,11 +10,6 @@ class Middleman::CoreExtensions::Internationalization < ::Middleman::Extension
def_delegator :@app, :logger
def after_configuration
# TODO
# If :directory_indexes is already active,
# throw a warning explaining the bug and telling the use
# to reverse the order.
# See https://github.com/svenfuchs/i18n/wiki/Fallbacks
unless options[:no_fallbacks]
require 'i18n/backend/fallbacks'