Metadata-Version: 2.4
Name: cs.translator.elhuyar
Version: 2.0.2
Summary: An add-on for Plone
Home-page: https://github.com/codesyntax/cs.translator.elhuyar
Author: Ion Lizarazu
Author-email: ilizarazu@codesyntax.com
License: GPL version 2
Project-URL: PyPI, https://pypi.org/project/cs.translator.elhuyar/
Project-URL: Source, https://github.com/codesyntax/cs.translator.elhuyar
Project-URL: Tracker, https://github.com/codesyntax/cs.translator.elhuyar/issues
Keywords: Python Plone CMS
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 6.0
Classifier: Framework :: Plone :: 6.1
Classifier: Framework :: Plone :: 6.2
Classifier: Framework :: Plone :: Addon
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.10,<3.14
Description-Content-Type: text/markdown
License-File: LICENSE.GPL
License-File: LICENSE.rst
Requires-Dist: plone.api>=1.8.4
Requires-Dist: plone.restapi
Requires-Dist: requests
Requires-Dist: Products.CMFPlone
Requires-Dist: Zope
Requires-Dist: plone.app.layout
Requires-Dist: plone.app.registry
Requires-Dist: plone.memoize
Requires-Dist: plone.z3cform
Requires-Dist: plone.app.upgrade
Requires-Dist: Products.GenericSetup
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: plone.app.dexterity; extra == "test"
Requires-Dist: plone.browserlayer; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-plone>=0.5.0; extra == "test"
Requires-Dist: plone.app.upgrade; extra == "test"
Provides-Extra: release
Requires-Dist: zest.releaser[recommended]; extra == "release"
Requires-Dist: zestreleaser.towncrier; extra == "release"
Requires-Dist: zest.pocompile; extra == "release"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

.. This README is meant for consumption by humans and PyPI. PyPI can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
   This text does not appear on PyPI or github. It is a comment.

.. image:: https://github.com/collective/cs.translator.elhuyar/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/cs.translator.elhuyar/actions/workflows/plone-package.yml

.. image:: https://coveralls.io/repos/github/collective/cs.translator.elhuyar/badge.svg?branch=main
    :target: https://coveralls.io/github/collective/cs.translator.elhuyar?branch=main
    :alt: Coveralls

.. image:: https://codecov.io/gh/collective/cs.translator.elhuyar/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/collective/cs.translator.elhuyar

.. image:: https://img.shields.io/pypi/v/cs.translator.elhuyar.svg
    :target: https://pypi.python.org/pypi/cs.translator.elhuyar/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/cs.translator.elhuyar.svg
    :target: https://pypi.python.org/pypi/cs.translator.elhuyar
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/cs.translator.elhuyar.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/cs.translator.elhuyar.svg
    :target: https://pypi.python.org/pypi/cs.translator.elhuyar/
    :alt: License


# cs.translator.elhuyar


This package provides a website live-translation service for Plone sites using the [ELIA](https://elia.eus) Translator by [Elhuyar](https://www.elhuyar.eus) .

This product is meant to be used in Plone Classic.

## Features

- Viewlet that shows the translation service logo and the available translations


## Examples


This add-on can be seen in action at the following sites:
- [Azpeitiko Udala](https://www.azpeitia.eus)



## Installation


Add the package to your project's dependencies.


## Authors


- Ion Lizarazu <ilazarazu@codesyntax.com>
- Lur Ibargutxi <libargutxi@codesyntax.com>


## Contribute

- Issue Tracker: https://github.com/codesyntax/cs.translator.elhuyar/issues
- Source Code: https://github.com/codesyntax/cs.translator.elhuyar


## Support


If you are having issues, please let us know.


## License


The project is licensed under the GPLv2.



# Changelog

<!--
   You should *NOT* be adding new change log entries to this file.
   You should create a file in the news directory instead.
   For helpful instructions, please see:
   https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst
-->

<!-- towncrier release notes start -->

## 2.0.2 (2026-01-17)


### Internal:

- Fix changelog formatting @erral [#changelog]({ cookiecutter.__repository_url }/issues/changelog)

# 2.0.1 (2026-01-17)

## Internal:


- Formatting of README and pypi page @erral


# 2.0 (2026-01-16)

## Breaking changes:


- Replace ``pkg_resources`` namespace with PEP 420 native namespace.
  Support only Plone 6.2 and Python 3.10+. (#3928)


## Internal:


- Go back to use setup.py, because we have many projects in the cs namespace that can't be migrated @erral
- Update configuration files.
  [plone devs]


# 1.0 (2025-08-26)

## Internal:

- Initial release @erral
