This is a fork of the standard Zotero translators with some adaptations to work with Sanskrit and Tibetan sources on EAST.
Mainly changes the MODS.js import/export routines.
It’s easiest to use these files with Zotero’s translation server, along these lines (worked for revision 63e8e7a2c):
git clone --recursive https://github.com/zotero/translation-server /tmp/trlsrv
cd /tmp/trlsrv
docker build -t translation-server-local .
cd -
docker run \
-e SKIP_TRANSLATOR_UPDATE=1 \
--mount type=bind,source="$(pwd)",target=/opt/translation-server/app/translators \
--rm -p 1969:1969 \
translation-server-local
This assumes that the command is called from the directory where these
translators are found (so pwd
works as the source
value).