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