Commit e1ef79b365dc7e56505f782cfb144594faa46b51

Authored by AntonioTerceiro
1 parent 7557be25

ActionItem8: activating translation, Thank you, Ruby-GetText ! :)



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@446 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/controllers/application.rb
... ... @@ -9,6 +9,8 @@ class ApplicationController < ActionController::Base
9 9 # Be sure to include AuthenticationSystem in Application Controller instead
10 10 include AuthenticatedSystem
11 11  
  12 + init_gettext 'noosfero'
  13 +
12 14 before_filter :detect_stuff_by_domain
13 15 attr_reader :virtual_community
14 16  
... ...