Class | GetText::Tools::MsgMerge::Merger |
In: |
lib/gettext/tools/msgmerge.rb
|
Parent: | Object |
POT_DATE_EXTRACT_RE | = | /POT-Creation-Date:\s*(.*)?\s*$/ |
Merge the reference with the definition: take the #. and
#: comments from the reference, take the # comments from the definition, take the msgstr from the definition. Add this merged entry to the output message list. |
|
POT_DATE_RE | = | /POT-Creation-Date:.*?$/ |