Metadata-Version: 2.1
Name: archetypes.multilingual
Version: 1.3.0
Summary: Multilingual support for archetypes.
Home-page: https://github.com/plone/archetypes.multilingual
Author: awello
Author-email: awello@gmail.com
License: GPL
Keywords: archetypes multilingual i18n translation
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 4.3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: setuptools
Requires-Dist: Products.ATContentTypes
Requires-Dist: plone.multilingual
Requires-Dist: collective.monkeypatcher
Requires-Dist: Products.PloneLanguageTool
Provides-Extra: test
Requires-Dist: plone.app.testing ; extra == 'test'
Requires-Dist: archetypes.testcase ; extra == 'test'

Introduction
============

This egg adds the glue between plone.app.multilingual and plone.multilingual for Archetype-based Content.

This version is for Plone 4 only.

For more information, please visit:

    https://github.com/plone/plone.app.multilingual

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

1.3.0 (2019-12-27)
------------------

Bug fixes:


- Fix export of components by adding a ``__name__`` property to the handler.
  [maurits] (#27)


1.2 (2013-09-24)
----------------

- Add french translations

1.0 (2013-04-16)
----------------

- Correct js url on portal_factory babel view [ramon]
- Show selector if num languages is large [pysailor]

1.0rc1 (2013-01-26)
-------------------

- Update .po files and .pot
- Fix some failing tests
- Bumped version to match the others [sneridagh]

1.0b3 (2012-10-04)
------------------

- Added tests [sneridagh]
- Solved bugs on subscribers [ramon]
- Tuned AT babel view [ramon]
- Monkey language field [ramon]

1.0a1 (2012-04-03)
------------------

- Added needed babel view template [sneridagh]
- Language independent field implementation [jcbrand]
- ILanguage implementation [awello]


