# File lib/fast_gettext/po_file.rb, line 17
    def load_data
      @data = if @filename.is_a? FastGettext::GetText::MOFile
        @filename
      else
        FastGettext::PoFile.parse_po_file(@filename, @options)
      end
      make_singular_and_plural_available
    end