Metadata-Version: 2.1
Name: ckanext-duo
Version: 0.0.1
Summary: UNKNOWN
Home-page: https://github.com/DataShades/ckanext-duo
Author: 
Author-email: 
License: AGPL
Keywords: CKAN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 2.7
Description-Content-Type: text/markdown
License-File: LICENSE

[![Tests](https://github.com//ckanext-duo/workflows/Tests/badge.svg?branch=main)](https://github.com//ckanext-duo/actions)

# ckanext-duo

Translate dataset/organization/group titles and descriptions using custom `<field>_<locale>` fields.


## Requirements

Compatibility with core CKAN versions:

| CKAN version | Compatible? |
|--------------|-------------|
| 2.9          | yes         |
|              |             |


## Installation

To install ckanext-duo:

1. Activate your CKAN virtual environment, for example:

     . /usr/lib/ckan/default/bin/activate

1. Clone the source and install it on the virtualenv

    pip install ckanext-duo


1. Add `duo duo_dataset duo_organization duo_group` to the `ckan.plugins`
   setting in your CKAN config file.

1. Make sure you have non-empty `ckan.locale_default` and
   `ckan.locales_offered` options inside CKAN config file.

1. Restart CKAN.


## Config settings

None at present


