Skip to content

Commit

Permalink
Specify locale path more clearly.
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed May 28, 2009
1 parent 12b5a5a commit 0c0c445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/app_globals.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#require 'gettext/rails'

SITE_TITLE = "Quorum" # Name of site as it appears in <title> element
FastGettext.add_text_domain SITE_TITLE, :path => 'locale'
FastGettext.add_text_domain SITE_TITLE, :path => File.join(RAILS_ROOT, 'locale')

DOMAIN = APP_CONFIG['domain'] # Domain on which the site is hosted

Expand Down

0 comments on commit 0c0c445

Please sign in to comment.