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

⌈⌋ ⎇ branch:  PageTranslate


Artifact [3d293a2d86]

Artifact 3d293a2d86f177429e4413bd2ab1dc1defbe3776:

  • File pythonpath/Makefile — part of check-in [3f3f41295e] at 2021-02-08 05:48:23 on branch trunk — Add langdetect as dependency/bundle (used by mymemory) (user: mario size: 335)

# The pythonpath/ directory can be packaged alongside, to inject new python
# packages into LibreOffices` python bundle. Which really just makes sense
# for the Windows package, because distro-packaged Office setups utilize the
# system python path.


all:
	pip3 install requests langdetect translate six -t ./ --upgrade --no-compile