Open Schildkroetenprogrammierer opened 1 month ago
The cell numbers of my post above refer to the given file "test_Notebook_en.ipynb" of your repository.
jupyter_translate test_Notebook_en.ipynb --target pt --translator='mymemory'
leads to "ValueError: Translator 'mymemory' not supported."Hi! Thanks for the suggestions! We are currently low in bandwidth for updating the tool. In the meantime, can you check if the legacy version fixes any of those issues?
legacy version (in the folder lecacy) has the same errors.
For point 7 I found a solution, the readme-file could be adjusted. The right command for mymemory is:
jupyter_translate test_Notebook_en_ipynb --target pt-PT --translator=mymemory --source en-GB
Great tool! I works very good, but I see the following problems:
'''(code) '''
-------
for the horizontal line?Unfortnualtelly the command label and the figure reference fig-polar are translated, which should be prevented. The figure caption "A line plot on a polar axis" is translated, which is good. Perhaps a user defined list of words(=commands) which should not be transleted would be possible.