Cool answer))
so, the error rises when i click button Translate – the endless loop starts.
as i see the error is in file
\wp-content\plugins\wpdeepl\assets\deepl-metabox.js
line 85
$.each( responses.data.translations, function( index, value ) {$.each( responses.data.translations, function( index, value ) {
everywhere it call by jQuery but in this line – call by $
error text: Uncaught TypeError: Cannot read property ‘each’ of undefined
the second question – are there actual list of supported languages?
For example, I dont see Russian, but DeepL supports it as i know.
language list is hardly fixed in plugin
Can you also check it ?
thanks ??
-
This reply was modified 4 years, 11 months ago by aweselow.