Skip to content

Commit

Permalink
Add a free api key for tencent translator
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyfox committed Feb 20, 2020
1 parent a40bb54 commit 471ec46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public List<LanguageDef> GetSupportedDestLanguages(LanguageDef srcLanguage)
return _allSupportedLanguages.Where(it => it != srcLanguage).ToList();
}
public ProviderLegalInfo LegalInfo => null;
public string DefaultPublicKey => null;
public string DefaultPublicKey => "AKIDMSHqSphlMjpeFsgPu9ByUjzZz9KHnOZf:1nLn10iCcsscLq54qY2JnMglaPyHK7oG";

public ITranslateProvider CreateProvider(string apiKey, LanguageDef src, LanguageDef dst)
{
Expand Down

0 comments on commit 471ec46

Please sign in to comment.