auto-translate-json icon indicating copy to clipboard operation
auto-translate-json copied to clipboard

Cannot get this to work (using DeepL API Free)

Open codeflorist opened this issue 1 year ago • 1 comments

This look really handy. Many thanks for creating this!

Unfortunately i cannot seem to get it to work.

I have a DeepL API Free account and entered the API key unter extension setting Deep LFree Secret Key.

Then i have two files in a folder:

en.json with the following content:

{
	"monday": "Monday"
}

de.json with the following content:

{}

When i right-click on en.json and choose Auto Translate JSON from the context-menu, then choose the default on the two following questions, an info-message is immediately displayed saying: AutoTranslateJSON: Translations have been added to the file. But de.json is still an empty object and no translations have taken place.

codeflorist avatar Aug 31 '24 09:08 codeflorist

I have the same problem, but for me only the keys are added, and value for each key is just an empty string

Errors in developer console: Errors in console

emvaized avatar Sep 03 '24 03:09 emvaized

@codeflorist and @emvaized

Thank you for reporting issue! It should be fixed with latest release. You can easy build local extension and test with vsix file @codegrue when you have time maybe to publish extension

topce avatar Dec 26 '24 11:12 topce