Sha256: 09a76e6fef7ec819183a18a0e1916f520b921c2054bd83302c1c997ba4cffe80
Contents?: true
Size: 299 Bytes
Versions: 59
Compression:
Stored size: 299 Bytes
Contents
# encoding: UTF-8 if defined? I18n # set up i18n locales paths I18n.load_path = Dir[Root.join('locales', '*.{rb,yml}').to_s] # This will prevent certain errors from showing up. I18n.enforce_available_locales = false # set default locale, if not english # I18n.default_locale = :ru end
Version data entries
59 entries across 59 versions & 1 rubygems