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

⌈⌋ ⎇ branch:  PageTranslate


Artifact [381c46dbb5]

Artifact 381c46dbb5f0bb008b223e880977cea377125ac9:

  • File pythonpath/Makefile — part of check-in [c82a3fa68a] at 2021-06-02 16:45:56 on branch trunk — Disable ToggleDropdown, update dependencies (user: mario size: 437)

# 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:
	pip2 install requests langdetect six -t ./ --upgrade --no-compile
	#pip install translate -t ./ --upgrade --no-compile
	pip3 install deep-translator -t ./ --upgrade --no-compile