Feat: detect language of the message content (#6660)
This commit is contained in:
@@ -16,5 +16,10 @@ FactoryBot.define do
|
||||
app_id { 'dyte' }
|
||||
settings { { api_key: 'api_key', organization_id: 'org_id' } }
|
||||
end
|
||||
|
||||
trait :google_translate do
|
||||
app_id { 'google_translate' }
|
||||
settings { { project_id: 'test', credentials: {} } }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user