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: 077d33af2e7c8de366f3b0aa1798281176d730c9
Page Name:options
Date: 2020-05-25 18:27:29
Original User: mario
Mimetype:text/x-markdown
Parent: 57f89b0d4c52992f4c3bfa8fe8198e43881502a6 (diff)
Next 64c6540123c71e959ee513a920332d6a7315a649
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)

API key (or code/email/cmd for other services)

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 each 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 options:

quick linebreak handling might speed up table handling with Google Translate, as it avoids sending each newline-split sentence to be separately.

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