method

header_entry

ruby latest stable - Class: RDoc::Generator::POT::PO

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.

header_entry()
private

No documentation available.

# File lib/rdoc/generator/pot/po.rb, line 43
  def header_entry
    comment = SOME DESCRIPTIVE TITLE.Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDERThis file is distributed under the same license as the PACKAGE package.FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.

    content = Project-Id-Version: PACKAGE VERSEIONReport-Msgid-Bugs-To:PO-Revision-Date: YEAR-MO_DA HO:MI+ZONELast-Translator: FULL NAME <EMAIL@ADDRESS>Language-Team: LANGUAGE <[email protected]>Language:MIME-Version: 1.0Content-Type: text/plain; charset=CHARSETContent-Transfer-Encoding: 8bitPlural-Forms: nplurals=INTEGER; plural=EXPRESSION;

    options = {
      :msgstr => content,
      :translator_comment => comment,
      :flags => ['fuzzy'],
    }
    RDoc::Generator::POT::POEntry.new('', options)
  end