-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix header issue * Add basic support for CaiyunService Add basic implementation for Caiyun Service Fix CR suggestion Add caiyun service transtype support perf: split caiyun test token to more parts perf: improve caiyun supported langauges dict Update Easydict/Feature/Service/Caiyun/CaiyunService.swift Co-authored-by: Kyle <[email protected]> * perf: improve multiple texts translation * chore: add swiftpm/Package.resolved * perf: add more supported languages * perf: rename EZCaiyunAPIKey to EZCaiyunToken * perf: set auto convert Chinese text to true * perf: support traditional Chinese as target language * refactor: auto convert to traditional Chinese texts if need * perf: localize LingoCloud as English name * perf: update Localizable.xcstrings * perf: localize unsupported_translation_type * perf: improve transType() * fix: only auto convert to traditional Chinese when matching query target language * perf: improve supportLanguagesDictionary() --------- Co-authored-by: tisfeng <[email protected]>
- Loading branch information
Showing
25 changed files
with
386 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
Easydict.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"pins" : [ | ||
{ | ||
"identity" : "alamofire", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/Alamofire/Alamofire.git", | ||
"state" : { | ||
"revision" : "3dc6a42c7727c49bf26508e29b0a0b35f9c7e1ad", | ||
"version" : "5.8.1" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.