soerenuhrbach / vscode-deepl

DeepL for Visual Studio Code
MIT License
33 stars 7 forks source link

Bad request, message: Value for 'source_lang' not supported. #61

Open ymotongpoo opened 2 months ago

ymotongpoo commented 2 months ago

I installed v1.1.1 and tried the feature. However, though I ran the DeepL: Translate command, I keep getting error dialog saying:

Bad request, message: Value for 'source_lang' not supported.

My extension setting is as follows:

    "deepl.formality": "less",
    "deepl.tagHandling": "off",
    "deepl.splitSentences": "1",
    "deepl.translationMode": "Replace",
    "deepl.defaultTargetLanguage": "JA",
    "deepl.defaultSourceLanguage": "EN-US",