mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
Chore: Add translated languages to account settings (#826)
* Add available languages in account settings Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
@@ -136,7 +136,7 @@ RSpec.describe 'Accounts API', type: :request do
|
||||
context 'when it is an authenticated user' do
|
||||
params = {
|
||||
name: 'New Name',
|
||||
locale: 'ar',
|
||||
locale: 'en',
|
||||
domain: 'example.com',
|
||||
support_email: 'care@example.com',
|
||||
domain_emails_enabled: true
|
||||
|
||||
Reference in New Issue
Block a user