ckanext-termtranslation
Add term translations in CKAN from JSON files.
Includes a paster command term_translation for managing translations. Also includes a DCAT data theme translation template.
Note: The package name is ckanext-termtranslation (in setup.py) but the repository name is ckanext-termtranslate.
Installation
- Activate your CKAN virtual environment
- Install from source:
git clone https://github.com/valentin0h/ckanext-termtranslate.git
cd ckanext-termtranslate
pip install -e .
- Add
termtranslation to ckan.plugins
- Restart CKAN
License
AGPL-3.0