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

⌈⌋ ⎇ branch:  PageTranslate


Artifact [31235c75d0]

Artifact 31235c75d0b536f732cec93a6864a92d84fd7c28:

  • File test/argos.py — part of check-in [00e5bb6299] at 2022-10-22 22:17:32 on branch trunk — compact via fixture (user: mario size: 196)

# encoding: utf-8
import translationbackends as tb


def pons(params):
    t = tb.ArgosNmt(**params)
    assert t.translate("Jedes Ende ist auch ein Anfang.") == "Each end is also a beginning."