Metadata-Version: 2.1
Name: archetypes.multilingual
Version: 3.0.7
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: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Framework :: Plone :: 5.2
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
Requires-Dist: collective.monkeypatcher
Provides-Extra: test
Requires-Dist: plone.app.testing ; extra == 'test'
Requires-Dist: plone.app.multilingual[test] ; extra == 'test'
Requires-Dist: plone.app.contenttypes[archetypes] ; extra == 'test'

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

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

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

3.0.7 (2019-08-27)
------------------

Bug fixes:


- Fix test dependency for Plone 5.2
  [jensens] (#28)


3.0.6 (2017-11-24)
------------------

Bug fixes:

- Hide uninstall from site setup screen.
  [jensens]


3.0.5 (2017-06-03)
------------------

Bug fixes:

- removed unittest2 dependency.
  [kakshay21]


3.0.4 (2016-11-18)
------------------

Bug fixes:

- Better, narrative name in GS profile [jensens]


3.0.3 (2016-08-15)
------------------

Fixes:

- Use zope.interface decorator.
  [gforcada]


3.0.2 (2016-02-26)
------------------

Fixes:

- Removed transaction commit in integration test.  [gforcada]


3.0.1 (2015-07-18)
------------------

- Any AT object can be adapted to ILanguage (not just ATContentTypes).
  [ebrehault]


3.0 (2015-03-26)
----------------

- Adapt archetypes.multilingual to work on Plone 5
  [bloodbare]


1.3dev - Unreleased
-------------------

- Remove archetypes.testcase test dependency.
  [timo]

- Remove PloneLanguageTool dependency.
  [timo]


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]


