Skip to content

paddymcall/translators

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zotero Translators for EAST

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.

Usage

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).

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Shell 0.1%