Sha256: 6aed54d96c644fbeea6e6cbf2827ee2aeb51ab39b7c472ef14a1365f7d4a7cee

Contents?: true

Size: 243 Bytes

Versions: 2

Compression:

Stored size: 243 Bytes

Contents

# in config/initializers/locale.rb
 
# tell the I18n library where to find your translations
I18n.load_path += Dir[Rails.root.join('lib', 'locale', '*.{rb,yml}')]
 
# set default locale to something other than :en
I18n.default_locale = 'pt-BR'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
guara-0.0.3 config/initializers/locale.rb
guara-0.0.1.rc config/initializers/locale.rb