Sha256: df2e70da769e494390718750466febfbf14e734bc12cb7d03ab1bc615d2dd8b1
Contents?: true
Size: 248 Bytes
Versions: 3
Compression:
Stored size: 248 Bytes
Contents
require 'i18n' require 'i18n/humanize_missing_translations' require 'i18n/backend/weeler' I18n.exception_handler.extend I18n::HumanizeMissingTranslations I18n.backend = I18n::Backend::Chain.new(I18n::Backend::Weeler.new, I18n::Backend::Simple.new)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
weeler-0.0.4 | lib/i18n/weeler.rb |
weeler-0.0.3 | lib/i18n/weeler.rb |
weeler-0.0.2 | lib/i18n/weeler.rb |