# File lib/i18n-js.rb, line 61
    def segment_for_scope(scope)
      if scope == "*"
        translations
      else
        scoped_translations(scope)
      end
    end