Add mention of the translation provider when translating a post (#19433)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class TranslationService::Translation < ActiveModelSerializers::Model
|
||||
attributes :text, :detected_source_language
|
||||
attributes :text, :detected_source_language, :provider
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user