module RouteTranslator::Translator

def translate_path(path, locale, scope)

def translate_path(path, locale, scope)
  RouteTranslator::Translator::Path.translate(path, locale, scope)
rescue I18n::MissingTranslationData => e
  raise e unless RouteTranslator.config.disable_fallback
end