Class GetText::Tools::MsgMerge::Config
In: lib/gettext/tools/msgmerge.rb
Parent: Object

@private

Methods

Included Modules

GetText

Attributes

backup  [RW]  update mode options
definition_po  [RW] 
enable_fuzzy_matching  [W]  (see enable_fuzzy_matching?)
order  [RW] 
output  [RW] 
output_obsolete_entries  [W]  (see output_obsolete_entries?)
po_format_options  [RW] 
reference_pot  [RW] 
suffix  [RW]  update mode options
update  [RW] 

Public Class methods

The result is written back to def.po.

      --backup=CONTROL        make a backup of def.po
      --suffix=SUFFIX         override the usual backup suffix

The version control method may be selected via the —backup option or through the VERSION_CONTROL environment variable. Here are the values:

  none, off       never make backups (even if --backup is given)
  numbered, t     make numbered backups
  existing, nil   numbered if numbered backups exist, simple otherwise
  simple, never   always make simple backups

The backup suffix is `~’, unless set with —suffix or the SIMPLE_BACKUP_SUFFIX environment variable.

Public Instance methods

@return [Bool] true if fuzzy matching is enabled, false otherwise.

@return [Bool] true if outputting obsolete entries is

   enabled, false otherwise.

[Validate]