Skip to content

Commit

Permalink
Move declaration so Rake doesn't choke. [#15]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed May 9, 2009
1 parent f3e57b9 commit b5bb1fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions config/environment.rb
Expand Up @@ -77,6 +77,3 @@
# Set app to Eastern time for now -- we'll have configurable time zones soon enough
config.time_zone = 'Eastern Time (US & Canada)'
end

FastGettext.add_text_domain SITE_TITLE, :path => 'locale'

1 change: 1 addition & 0 deletions config/initializers/app_globals.rb
Expand Up @@ -2,6 +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'

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

Expand Down

0 comments on commit b5bb1fd

Please sign in to comment.