Skip to content

Commit

Permalink
fix: error when detecting unsupported languages in transType
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry23011 committed Nov 26, 2023
1 parent 9564c38 commit 4ff9a08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Easydict/Feature/Service/Tencent/TencentTranslateType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

import Foundation

struct TencentTranslateType {
struct TencentTranslateType: Equatable {

var sourceLanguage: String
var targetLanguage: String

Expand Down

0 comments on commit 4ff9a08

Please sign in to comment.