Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Commit

Permalink
Rails 3
Browse files Browse the repository at this point in the history
  • Loading branch information
megabga committed Jun 23, 2012
1 parent de5c210 commit bc5dc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brI18n/lib/brI18n.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ module BrI18n

end

I18n.load_path = Dir.glob("#{RAILS_ROOT}/config/locales/*") + Dir.glob("#{BrI18n::I18N_FILES}/*")
I18n.load_path = Dir.glob("#{Rails.root}/config/locales/*") + Dir.glob("#{BrI18n::I18N_FILES}/*")
I18n.default_locale = 'pt-BR'

0 comments on commit bc5dc24

Please sign in to comment.