module RouteTranslator::Host
def lambdas_for_locale(locale)
def lambdas_for_locale(locale) lambdas[locale] ||= ->(req) { locale == RouteTranslator::Host.locale_from_host(req.host) } end
def lambdas_for_locale(locale) lambdas[locale] ||= ->(req) { locale == RouteTranslator::Host.locale_from_host(req.host) } end