# File lib/gettext_rails/tools.rb, line 19
  def create_mofiles(options = {})
    opts = {:verbose => true, :mo_root => "./locale"}
    create_mofiles_org(opts)
  end