Skip to content

Commit

Permalink
Remove DeepL translate as it's unusable...
Browse files Browse the repository at this point in the history
  • Loading branch information
niksedk committed Dec 31, 2018
1 parent c2a9d36 commit 8fff223
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions DeeplTranslate/DLL/MainForm.cs
Expand Up @@ -104,6 +104,7 @@ private void SetLanguages(ComboBox comboBox, string language)
new TranslationLanguage("NL", "Dutch"),
new TranslationLanguage("PL", "Polish"),
new TranslationLanguage("PT", "Portuguese"),
new TranslationLanguage("RU", "Russian"),
});
int i = 0;
foreach (var l in comboBox.Items)
Expand Down
8 changes: 0 additions & 8 deletions Plugins4.xml
Expand Up @@ -41,14 +41,6 @@
<Url>https://github.com/SubtitleEdit/plugins/releases/download/v.1.1/SeDropBoxSave13.zip</Url>
<Author>Nikse</Author>
</Plugin>
<Plugin>
<Name>DeepL Translate</Name>
<Description>Translate with DeepL.com</Description>
<Version>0.93</Version>
<Date>2018-12-12</Date>
<Url>https://github.com/SubtitleEdit/plugins/releases/download/v.1.1/DeeplTranslate.zip</Url>
<Author>Nikse</Author>
</Plugin>
<Plugin>
<Name>Yandex Translate</Name>
<Description>Translate with Yandex</Description>
Expand Down

0 comments on commit 8fff223

Please sign in to comment.