# File lib/fast_gettext/translation_repository/po.rb, line 10
      def find_and_store_files(name, options)
        require 'fast_gettext/po_file'
        find_files_in_locale_folders("#{name}.po", options[:path]) do |locale,file|
          PoFile.to_mo_file(file, options)
        end
      end