Skip to content

Commit

Permalink
Don't update PO-Revision-Date automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 13, 2023
1 parent 9c1c60b commit a8bea72
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/jekyll/task/i18n.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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?
Expand All @@ -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
Expand Down

0 comments on commit a8bea72

Please sign in to comment.