# File lib/routing_filter/filters/locale.rb, line 75
      def default_locale?(locale)
        locale && locale.to_sym == I18n.default_locale.to_sym
      end