aboutsummaryrefslogtreecommitdiffstats
path: root/config/initializers/fast_gettext.rb
blob: 8fdb31f3fcd76df7a7654bc913fdfc8e2355df9b (plain)
1
2
FastGettext.add_text_domain 'app', :path => 'locale', :type => :po, :ignore_fuzzy => true, :ignore_obsolete => true
FastGettext.default_text_domain = 'app'