Class GetText::Tools::MsgCat::Config
In: lib/gettext/tools/msgcat.rb
Parent: Object

@private

Methods

Included Modules

GetText

Attributes

include_fuzzy  [W]  (see include_fuzzy?)
order  [RW]  @return [:reference, :msgid] The sort key.
output  [RW]  @return [String] The output file name.
output_obsolete_entries  [W]  (see output_obsolete_entries?)
po_format_options  [RW]  @return [Hash] The PO format options. @see PO#to_s @see POEntry#to_s
pos  [RW]  @return [Array<String>] The input PO file names.
remove_header_fields  [R]  @return [Array<String>] The field names to be removed from
  header entry.
report_warning  [W]  (see report_warning?)
update_po_revision_date  [W]  @see update_po_revision_date?

Public Class methods

Public Instance methods

@return [Boolean] Whether includes fuzzy entries or not.

@return [Boolean] Whether outputs obsolete entries or not.

@return [Boolean] Whether reports warning messages or not.

@return [Boolean] Whether updates PO-Revision-Date header

  field or not.

[Validate]