aboutsummaryrefslogtreecommitdiffstats
path: root/config/initializers/fast_gettext.rb
blob: 026c4111cdcd44d304fdbdaa6ee32fa60e91d38c (plain)
1
2
FastGettext.add_text_domain 'app', :path => 'locale', :type => :po
FastGettext.default_text_domain = 'app'