# File lib/route_translator/host_path_consistency_lambdas.rb, line 15 def for_locale(locale) sanitized_locale = RouteTranslator::LocaleSanitizer.sanitize(locale) lambdas[sanitized_locale] ||= ->(req) { sanitized_locale == RouteTranslator::Host.locale_from_host(req.host).to_s } end