Change language opt-out to language opt-in (#7823)
* Switch filtered_languages to chosen_languages * Adjust interface * Remove unused translations
This commit is contained in:
parent
31e5d7efd7
commit
7eec279c7f
41 changed files with 32 additions and 113 deletions
|
@ -141,7 +141,7 @@ class Account < ApplicationRecord
|
|||
prefix: true,
|
||||
allow_nil: true
|
||||
|
||||
delegate :filtered_languages, to: :user, prefix: false, allow_nil: true
|
||||
delegate :chosen_languages, to: :user, prefix: false, allow_nil: true
|
||||
|
||||
def local?
|
||||
domain.nil?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue