module RouteTranslator::Translator::Path

def default_locale?(locale)

def default_locale?(locale)
  locale.to_sym == I18n.default_locale.to_sym
end