0
0
Fork 0

Add mention of the translation provider when translating a post (#19433)

This commit is contained in:
Claire 2022-10-24 18:37:57 +02:00 committed by GitHub
parent 8046cf34d6
commit 30453fab80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -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