Sha256: deb5bde464f660a79babd6b1f3d03ed12f322d992f07fdeadd3018a717f66499
Contents?: true
Size: 288 Bytes
Versions: 15
Compression:
Stored size: 288 Bytes
Contents
FastGettext.add_text_domain 'app', path: 'locale', type: :po FastGettext.default_available_locales = ['en', 'fr'] #all you want to allow FastGettext.default_text_domain = 'app' FastGettext.locale = 'en' I18n.backend = I18n::Backend::Chain.new(GettextI18nRails::Backend.new, I18n.backend)
Version data entries
15 entries across 15 versions & 1 rubygems