feat: Ability to set installation-wide default locale (#1433)

* Dashboard locale can be set via env variable
* Change account locale based on registration page
* Set account locale if available

Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
Adam Zysko
2020-11-24 14:04:31 +01:00
committed by GitHub
parent dffc888f9c
commit 30802e0c13
8 changed files with 59 additions and 26 deletions

View File

@@ -1,5 +1,6 @@
class DashboardController < ActionController::Base
before_action :set_global_config
include SwitchLocale
layout 'vueapp'