Sha256: ee0f302eb4e345c5b91e91176080aacacefe6460e97421f4e791462030d0c611
Contents?: true
Size: 439 Bytes
Versions: 6
Compression:
Stored size: 439 Bytes
Contents
require 'i18n/backend/vulgata' I18n.backend = I18n::Backend::Vulgata.new Vulgata.configure do |config| # set this to true if you want to enable translation suggestions config.should_suggest_translation = false # to display flags instead of locales, uncomment this and provide a hash where the key # is the locale and the value is a flag code from http://flag-icon-css.lip.is/ # config.locale_flags = { en: :us, he: :il } end
Version data entries
6 entries across 6 versions & 1 rubygems