Commit 52c35e887864978087c0a2552fa6176673fdb438

Authored by AntonioTerceiro
1 parent 6cbd2e56

ActionItem154: running anhetegua sample data script in pt_BR locale


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1425 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
script/anhetegua
1 1 #!/usr/bin/env ruby
2 2 require File.dirname(__FILE__) + '/../config/environment'
3 3  
  4 +GetText.locale = 'pt_BR'
  5 +
4 6 Environment.destroy_all
5 7 User.destroy_all
6 8 Profile.destroy_all
... ...