It points to the documentation that you only need to do this if your local server is configured for something other than English, so you may find that you do not need to install this. If you need to install this, make sure it is below the RailsAdmin.config do |config| line RailsAdmin.config do |config| in rails_admin.rb
Update -
As you still run into problems, can you tell me which version of ruby you are using? Did you bundle install ? Could you try sudo gem install i18n . Also, if he cannot find your locales, you may need to point him to them. I I18n.load_translations "#{RAILS_ROOT}/locales/#{locale}.rb"
source share