Metadata-Version: 2.1
Name: imio.smartweb.locales
Version: 1.0a8
Summary: Locales for iMio smartweb packages
Home-page: https://github.com/imio/imio.smartweb.locales
Author: iMio
Author-email: christophe.boulanger@imio.be
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/imio.smartweb.locales
Project-URL: Source, https://github.com/imio/imio.smartweb.locales
Project-URL: Tracker, https://github.com/imio/imio.smartweb.locales/issues
Keywords: Python Plone CMS
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.8
License-File: LICENSE.GPL
License-File: LICENSE.rst

.. 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://img.shields.io/pypi/v/imio.smartweb.locales.svg
    :target: https://pypi.python.org/pypi/imio.smartweb.locales/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/imio.smartweb.locales.svg
    :target: https://pypi.python.org/pypi/imio.smartweb.locales
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/l/imio.smartweb.locales.svg
    :target: https://pypi.python.org/pypi/imio.smartweb.locales/
    :alt: License


=====================
imio.smartweb.locales
=====================

Locales for iMio smartweb packages :
 - imio.directory.core
 - imio.directory.policy
 - imio.events.core
 - imio.events.policy
 - imio.news.core
 - imio.news.policy
 - imio.smartweb.core
 - imio.smartweb.common
 - imio.smartweb.policy


Documentation
-------------

Make buildout::

  make buildout

Update translations::

  make update_translations


Translations
------------

This product has been translated into

- French


Installation
------------

Install imio.smartweb.locales by adding it to your buildout::

    [buildout]

    ...

    eggs =
        imio.smartweb.locales


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/imio/imio.smartweb.locales/issues
- Source Code: https://github.com/imio/imio.smartweb.locales


License
-------

The project is licensed under the GPLv2.


Contributors
============

- iMio, christophe.boulanger@imio.be
- Affinitic, laurent.lasudry@affinitic.be


Changelog
=========


1.0a8 (2021-11-26)
------------------

- Add missing translations
  [laulaz]


1.0a7 (2021-11-24)
------------------

- Add missing translations
  [laulaz]


1.0a6 (2021-11-16)
------------------

- Add missing translations
  [laulaz]


1.0a5 (2021-11-05)
------------------

- Fix setup.py classifiers & URL
  [laulaz]

- Add imio.news.policy package to locales
  [laulaz]

- Add imio.news.core package to locales
  [laulaz]

- Add imio.events.policy package to locales
  [laulaz]

- Add imio.smartweb.common package to locales
  [laulaz]

- Add missing translations
  [laulaz]


1.0a4 (2021-06-03)
------------------

- Add missing translations
  [laulaz]


1.0a3 (2021-05-26)
------------------

- Add imio.directory.policy package to locales
  [laulaz]

- Add missing translations
  [laulaz]

- Add imio.directory.core package to locales
  [laulaz]


1.0a2 (2021-04-22)
------------------

- Override some plone translations
  [boulch]

- Add missing translations
  [laulaz]

- Fix / update translations
  [laulaz]


1.0a1 (2021-04-19)
------------------

- Initial release.
  [boulch]


