diff --git a/lib/jekyll/task/i18n.rb b/lib/jekyll/task/i18n.rb index 5a8865c..a720ade 100644 --- a/lib/jekyll/task/i18n.rb +++ b/lib/jekyll/task/i18n.rb @@ -116,7 +116,6 @@ def define_edit_po_locale_update_task(locale) if path.po_file.exist? msgcat("--no-wrap", "--output", path.edit_po_file.to_s, - "--update-po-revision-date", path.po_file.to_s) else msginit("--input", path.source_pot_file.to_s, @@ -141,7 +140,6 @@ def define_edit_po_locale_update_task(locale) path.edit_po_file.to_s) msgcat("--no-wrap", "--output", path.edit_po_file.to_s, - "--update-po-revision-date", path.edit_po_file.to_s) end if path.all_po_file.exist? @@ -154,7 +152,6 @@ def define_edit_po_locale_update_task(locale) path.edit_po_file.to_s) msgcat("--no-wrap", "--output", path.edit_po_file.to_s, - "--update-po-revision-date", path.edit_po_file.to_s) end end