Class | GetText::Tools::MsgMerge::Config |
In: |
lib/gettext/tools/msgmerge.rb
|
Parent: | Object |
@private
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] |
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.