-
- Downloads
Make Reporting admin section translatable (#1549)
* Make Reporting admin section translatable And translate it into english and french Signed-off-by:Thomas Citharel <tcit@tcit.fr> * Make subject of emails translatable and improve french translation Signed-off-by:
Thomas Citharel <tcit@tcit.fr> * Make error pages translatable and translate them in english and french Signed-off-by:
Thomas Citharel <tcit@tcit.fr> * Translate site setting section * Insert instance in registration emails and improve them a bit Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
Showing
- app/mailers/user_mailer.rb 4 additions, 3 deletionsapp/mailers/user_mailer.rb
- app/views/admin/reports/index.html.haml 9 additions, 9 deletionsapp/views/admin/reports/index.html.haml
- app/views/admin/reports/show.html.haml 10 additions, 9 deletionsapp/views/admin/reports/show.html.haml
- app/views/admin/settings/index.html.haml 15 additions, 27 deletionsapp/views/admin/settings/index.html.haml
- app/views/errors/404.html.haml 2 additions, 2 deletionsapp/views/errors/404.html.haml
- app/views/errors/410.html.haml 2 additions, 2 deletionsapp/views/errors/410.html.haml
- app/views/errors/422.html.haml 2 additions, 2 deletionsapp/views/errors/422.html.haml
- app/views/user_mailer/confirmation_instructions.en.html.erb 10 additions, 3 deletionsapp/views/user_mailer/confirmation_instructions.en.html.erb
- app/views/user_mailer/confirmation_instructions.en.text.erb 9 additions, 2 deletionsapp/views/user_mailer/confirmation_instructions.en.text.erb
- app/views/user_mailer/confirmation_instructions.fr.html.erb 12 additions, 3 deletionsapp/views/user_mailer/confirmation_instructions.fr.html.erb
- app/views/user_mailer/confirmation_instructions.fr.text.erb 11 additions, 2 deletionsapp/views/user_mailer/confirmation_instructions.fr.text.erb
- config/locales/devise.en.yml 1 addition, 1 deletionconfig/locales/devise.en.yml
- config/locales/devise.fr.yml 3 additions, 3 deletionsconfig/locales/devise.fr.yml
- config/locales/en.yml 51 additions, 0 deletionsconfig/locales/en.yml
- config/locales/fr.yml 51 additions, 0 deletionsconfig/locales/fr.yml
Please register or sign in to comment