Sha256: df6a088490c0c33a8072cc9955224e9cc469086091e63f54958baeead7e2366f
Contents?: true
Size: 311 Bytes
Versions: 40
Compression:
Stored size: 311 Bytes
Contents
require 'fast_gettext' require 'gettext_i18n_rails' # TODO: Check for possible error in this configurations FastGettext.add_text_domain 'app', :path => 'config/locales', :type => :po # All languages you want to allow #FastGettext.default_available_locales = ['en', 'fa'] FastGettext.default_text_domain = 'app'
Version data entries
40 entries across 40 versions & 2 rubygems