Navigation Menu

Skip to content

Commit

Permalink
task: parameterize locale
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 9, 2014
1 parent c00b853 commit 8ac0b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tasks/i18n.rb
Expand Up @@ -89,7 +89,7 @@ def define_edit_po_locale_update_task(locale)
else
GetText::Tools::MsgInit.run("--input", pot_file_path.to_s,
"--output", edit_po_file_path.to_s,
"--locale", "ja")
"--locale", locale)
end
end
GetText::Tools::MsgMerge.run("--update",
Expand Down

0 comments on commit 8ac0b2f

Please sign in to comment.