Metadata-Version: 2.1
Name: archetypes.multilingual
Version: 2.1.2
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.app.multilingual (<3.0,>=2.0.4)
Requires-Dist: collective.monkeypatcher
Requires-Dist: plone.api
Provides-Extra: test
Requires-Dist: plone.app.testing ; extra == 'test'
Requires-Dist: plone.app.multilingual[test] ; extra == 'test'

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

This egg adds plone.app.multilingual support to Archetypes.

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

2.1.2 (2019-12-27)
------------------

Bug fixes:


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


2.1.1 (2019-12-24)
------------------

Bug fixes:

- Add test for fix regarding "Insufficient Privileges" errors.
  See https://github.com/plone/plone.app.multilingual/pull/351
  [witsch]


2.1.0 (2019-05-31)
------------------

- Remove archetypes.testcase test dependency.
  [timo]

- The ``ILanguage`` implementation for Archetypes was broken. This close #13.
  [keul, frisi]

- Add tests when content is added with portal_factory (old way)
  [bsuttor]

- Override Dexterity add transalation for Archetypes
  [bsuttor]


2.0 (2015-03-26)
----------------

- Compatibility release for PAM 2.0.

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]


