Method: GetText::Tools::Task#msgmerge_options

Defined in:
lib/gettext/tools/task.rb

#msgmerge_optionsArray<String>

Returns Command line options for merging PO with the latest POT.

Returns:

  • (Array<String>)

    Command line options for merging PO with the latest POT.

See Also:



134
135
136
# File 'lib/gettext/tools/task.rb', line 134

def msgmerge_options
  @msgmerge_options
end