# File lib/gettext/utils.rb, line 145 def update_pofiles(textdomain, files, app_version, po_root = "po", refpot = "tmp.pot") rgettext(files, refpot) msgmerge_all(textdomain, app_version, po_root, refpot) File.delete(refpot) end