The repository contains free translators provided by the community.
To get schemas for validation, clone this repository with:
git clone --recursiveIf not cloned recursive, initialize and/or update the schemas submodule with:
git submodule update --init --recursiveTo install Python modules for testing:
sudo pip --install -r requirements-test.txtTesting against schemas requires libxml2 and libxslt.
The development requirements are optional.
sudo pip --install -r requirements-dev.txt