namespace :gettext do def files_to_translate puts "!!!!!!!!!!!!!!!!!!!!11" Dir.glob("{app,lib,config,locale}/**/*.{rb ,erb,haml,slim,rhtml,js.erb,handlebars.erb }") end end