logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 7966d3a872bb002d98e506e7ab34c0016b8ab8fe
parent: 422e4d897bf77bcf2f30e04f7b537608e4674002
Author: Tomonori Murakami <crosslife777@gmail.com>
Date:   Tue, 23 May 2017 00:58:41 +0900

Fix locale bug when change it on preferences (#3223) (#3232)


Diffstat:

Mapp/controllers/settings/preferences_controller.rb1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/app/controllers/settings/preferences_controller.rb b/app/controllers/settings/preferences_controller.rb @@ -11,6 +11,7 @@ class Settings::PreferencesController < ApplicationController user_settings.update(user_settings_params.to_h) if current_user.update(user_params) + I18n.locale = current_user.locale redirect_to settings_preferences_path, notice: I18n.t('generic.changes_saved_msg') else render :show