TODO
This commit is contained in:
parent
8a18da4e3d
commit
f136af2aad
|
@ -10,6 +10,11 @@ class Middleman::CoreExtensions::Internationalization < ::Middleman::Extension
|
||||||
def initialize(app, options_hash={}, &block)
|
def initialize(app, options_hash={}, &block)
|
||||||
super
|
super
|
||||||
|
|
||||||
|
# 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
|
# See https://github.com/svenfuchs/i18n/wiki/Fallbacks
|
||||||
unless options[:no_fallbacks]
|
unless options[:no_fallbacks]
|
||||||
require "i18n/backend/fallbacks"
|
require "i18n/backend/fallbacks"
|
||||||
|
|
Loading…
Reference in a new issue