namespace :yata do

desc "gets all the languages translations"
task :fetch_translations => :environment do
  Yatapp.get_translations
end

end