Newer
Older
dmpopidor / config / initializers / locale.rb
@Jose Lloret Jose Lloret on 10 Feb 2017 206 bytes started the migration from i18n to gettext
module DMPonline4
  class Application < Rails::Application
    config.i18n.load_path += Dir[Rails.root.join('config', 'locales', '**', '*.{rb,yml}').to_s]
    config.i18n.default_locale = :'en-UK'
  end
end