module RouteTranslator::Translator::Path::Segment
def translate_string(str, locale, scope)
def translate_string(str, locale, scope) translated_resource = translate_resource(str, locale.to_s, scope) URI::DEFAULT_PARSER.escape translated_resource end