LibreOffice plugin to pipe whole Writer documents through Google Translate, that ought to keep most of the page formatting.

⌈⌋ branch:  PageTranslate


Update of "options"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 1e558a8656bab336d8d14cfd49144ba70d0b0c40
Page Name:options
Date: 2020-05-25 17:48:46
Original User: mario
Next 6919dd340edb297353d10eb7118c9c09ce2c24c9
Content

The settings page allows to define a few operation parameters. Primarily which service to use:

❎ **Google Translate** is the default

❏ **DeepL web** interface (doesn't work yet)

❏ **DeepL per API** (as of yet untested)

❏ **Microsoft Translate** (requires an authorization key, and a `pip install translate` system package)

❏ **MyMemory** (should have an email address in the "API key" field, also requires `pip install translate`)

❏ **Command line tool** allows to send eaach text paragraph to a local application. To use it, set the command in the "API key" field again. For example:

translate-cli -t es {}
Where `{}` is a placeholder for the current text section. (Automatically escaped.)

Additional optionss:

❏ **quick linebreak handling** might speed up usage Google Translate and table handling, as it avoids each newline-split sentence to be sent separately.

❎ **debug mode** will fill up the /tmp/pagetranslate-libreoffice.txt file quicker