Skip to content
hernanvicente edited this page Sep 12, 2018 · 65 revisions

Rails

Pick your locale here

Devise

See https://github.com/plataformatec/devise/wiki/I18n and https://github.com/tigrish/devise-i18n

RailsAdmin

Copy https://github.com/sferik/rails_admin/blob/master/config/locales/rails_admin.en.yml to your config/locales directory and adapt it to your needs.

Translation Missing?

You can pick your locales or contribute in translation here: https://www.localeapp.com/projects/905

Make sure your existing locales do not have admin: key under :en, :es, :de etc. You will get translation missing warning then

Community sourced translations:

You can find old included translations here:

https://github.com/sferik/rails_admin/tree/df631d6d4ed49a5417d8135000611c37f6a3ed9b/config/locales

Clone this wiki locally