aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/gettext.rake
blob: 017e7c83794c2ca39aa8789397dba459e5c6e6c8 (plain)
1
2
3
4
5
namespace :gettext do
  def files_to_translate
    Dir.glob("{app,lib,config,locale}/**/*.{rb,erb,haml,rhtml}")
  end
end