FastGettext.add_text_domain 'app', :path => 'config/locale', :type => :po
FastGettext.default_text_domain = 'app'
FastGettext.default_available_locales = ['en-UK','en-US','de','es','fr']
FastGettext.default_locale = 'en-UK'