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

⌈⌋ ⎇ branch:  PageTranslate


Artifact [5fe450f5eb]

Artifact 5fe450f5eb6a86e5bfd908e160046939a6f1d252:

  • File Makefile — part of check-in [53081278cb] at 2020-06-11 18:49:39 on branch trunk — Use saxonb-xslt for help pages, add short usage/intro page. (user: mario size: 501)

all:	xhp oxt install

install:
	unopkg remove vnd.include-once.pagetranslate
	unopkg add --log-file log.txt -s pagetranslate.oxt

oxt:
	version  --read pagetranslate.py  --incr  --write pagetranslate.py  --write description.xml
	zip pagetranslate.oxt -r META-INF pagetranslate.py *xcu *xcs *xdl *desc* icons pythonpath/ help

#pythonpath:

aoo:	oxt
	/opt/openoffice4/program/unopkg add pagetranslate.oxt
	/opt/openoffice4/program/soffice -writer

xhp:
	make -C help/en/vnd.include-once.pagetranslate/