plone.app.i18n


Nameplone.app.i18n JSON
Version 4.0.1 PyPI version JSON
download
home_pagehttps://github.com/plone/plone.app.i18n
SummaryPlone specific i18n extensions.
upload_time2023-04-13 23:07:13
maintainer
docs_urlNone
authorPlone Foundation
requires_python>=3.8
licenseGPL version 2
keywords plone i18n
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Overview
========

Plone specific i18n extensions.

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

4.0.1 (2023-04-14)
------------------

Internal:


- Update configuration files.
  [plone devs] (de0ac4e7)


4.0.0 (2022-11-30)
------------------

Bug fixes:


- Final release.
  [gforcada] (#600)


4.0.0a1 (2022-06-07)
--------------------

Breaking changes:


- Use SVG Flags in Language Selector
  Update Markup in Language Selector
  Prepare of use the Icon Resolver in Plone 6.
  Drop Python 2 and Plone 5.2 support.
  Pyupgrade, code style Black and Isort.
  [1letter, jensens] (#8)


3.0.6 (2020-04-20)
------------------

Bug fixes:


- Minor packaging updates. (#1)


3.0.5 (2018-09-28)
------------------

Bug fixes:

- Fix tests with py3.
  [pbauer]


3.0.4 (2016-11-19)
------------------

Bug fixes:

- Remove zopetestcase.
  [ivanteoh, maurits]

- Add coding header to python files.
  [gforcada]


3.0.3 (2016-08-18)
------------------

Fixes:

- Use zope.interface decorator.
  [gforcada]


3.0.2 (2016-02-18)
------------------

Fixes:

- Replace deprecated ``zope.testing.doctest`` and ``zope.testing.doctestunit``
  imports with ``doctest`` module from stdlib.
  [thet]


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

- Fix switchLanguage links. Refs https://github.com/plone/Products.CMFPlone/issues/431
  Needs 'use_cookie_negotiation' to be on to actually do anything.
  [jaroel]


3.0.0 (2015-03-26)
------------------

- Adapted language viewlet to Plone 5
  [bloodbare]


2.0.3 (2014-10-22)
------------------

- Fix url to switchLanguage to include the view
  [Gagaro]

- Ported to plone.app.testing
  [tomgross]


2.0.2 (2013-01-13)
------------------


2.0.1 - 2011-06-26
------------------

- Use template parameter in language selector's viewlet zcml declaration. Make
  it easier to customize in add-ons.
  [toutpt]

2.0 - 2010-07-18
----------------

- Update license to GPL version 2 only.
  [hannosch]

2.0b1 - 2010-04-10
------------------

- Updated language selector markup to match the one in LinguaPlone.
  [hannosch]

- Avoid extra empty span inside the language selector.
  [hannosch]

- Move the language selector viewlet to the portal header viewlet manager.
  [davisagli]

1.0.8 - 2010-01-24
------------------

- Optimize the language selector available check. We really don't need to get
  the entire list of all available languages, if we don't show the selector.
  [hannosch]

1.0.7 - 2009-07-28
------------------

- Changed the language selector viewlet, so in case 'native' is not
  present (combined languages), use the name. This closes
  http://dev.plone.org/plone/ticket/9318
  [igbun]

1.0.6 - 2009-03-07
------------------

- Sort languages as shown in the user interface by order in portal_languages
  supported_langs variable. This allows to sort languages through GenericSetup.
  [buechler, nouri]

- Reformat history.
  [hannosch]

1.0.5 - August 18, 2008
-----------------------

- Changed the language selector viewlet to use the native name instead of
  always showing the English name. This closes
  http://dev.plone.org/plone/ticket/7103.
  [hannosch]

- Allow tests to force display of selector viewlet by setting
  always_show_selector = True on the portal_languages tool.
  [stefan]

1.0.4 - April 19, 2008
----------------------

- Make the language selector deal with languages for which no flag is
  defined. Ported over from LinguaPlone.
  [wichert]


1.0.3 - January 31, 2008
------------------------

- Fixed bug: all available languages in the languageselector box were
  always marked as selected, at least when using language cookies. In
  practice this meant the last language was always shown in the box and
  this language was actually never used and could not be set.
  [maurits]

- Added more tests. 100% test coverage now.
  [hannosch]

- Added more tests for language and countries utilities. Fixed some
  call-by-reference bugs with lists found while writing those.
  [hannosch]


1.0.2 - January 9, 2008
-----------------------

- Undo the damage from r17682 which removed the language code from the
  return value of LanguageSelector.languages. This broke the language
  selectors, which is mostly noticeable by LinguaPlone no longer working.
  [wichert]


1.0.1 - December 24, 2007
-------------------------

- Fixed the languages method of the selector to include the native
  language code.
  [wichert, hannosch]

- Fixed stupid bug in using super().
  [hannosch]


1.0 - August 13, 2007
---------------------

- No changes.
  [hannosch]


1.0rc1 - July 9, 2007
---------------------

- Removed some left over tool init stuff. The local utilities are not used
  as tools anymore.
  [hannosch]

- Only show the language selector viewlet when cookie language negotiation
  is enabled.
  [hannosch]


1.0b3 - May 1, 2007
-------------------

- Added id to language selector markup. Moved language selector to the
  right side in the breadcrumbs line.
  [fschulze]

- Fixed spelling error.
  [wichert]

- Use getToolByName instead of getUtility again. Updated language chooser
  viewlet to be more defensive, when there's no language tool available.
  This closes http://dev.plone.org/plone/ticket/6559.
  [hannosch]


1.0b2 - March 23, 2007
----------------------

- Replaced getToolByName with getUtility.
  [hannosch]


1.0b1 - March 5, 2007
---------------------

- Initial implementation.
  [hannosch]

- Initial package structure.
  [zopeskel]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/plone/plone.app.i18n",
    "name": "plone.app.i18n",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "plone i18n",
    "author": "Plone Foundation",
    "author_email": "releaseteam@plone.org",
    "download_url": "https://files.pythonhosted.org/packages/ca/26/8dc0e7673e05359789518efc055c345bfd6ecad3d4caa223215b5ab6cc75/plone.app.i18n-4.0.1.tar.gz",
    "platform": null,
    "description": "Overview\n========\n\nPlone specific i18n extensions.\n\nChangelog\n=========\n\n.. You should *NOT* be adding new change log entries to this file.\n   You should create a file in the news directory instead.\n   For helpful instructions, please see:\n   https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst\n\n.. towncrier release notes start\n\n4.0.1 (2023-04-14)\n------------------\n\nInternal:\n\n\n- Update configuration files.\n  [plone devs] (de0ac4e7)\n\n\n4.0.0 (2022-11-30)\n------------------\n\nBug fixes:\n\n\n- Final release.\n  [gforcada] (#600)\n\n\n4.0.0a1 (2022-06-07)\n--------------------\n\nBreaking changes:\n\n\n- Use SVG Flags in Language Selector\n  Update Markup in Language Selector\n  Prepare of use the Icon Resolver in Plone 6.\n  Drop Python 2 and Plone 5.2 support.\n  Pyupgrade, code style Black and Isort.\n  [1letter, jensens] (#8)\n\n\n3.0.6 (2020-04-20)\n------------------\n\nBug fixes:\n\n\n- Minor packaging updates. (#1)\n\n\n3.0.5 (2018-09-28)\n------------------\n\nBug fixes:\n\n- Fix tests with py3.\n  [pbauer]\n\n\n3.0.4 (2016-11-19)\n------------------\n\nBug fixes:\n\n- Remove zopetestcase.\n  [ivanteoh, maurits]\n\n- Add coding header to python files.\n  [gforcada]\n\n\n3.0.3 (2016-08-18)\n------------------\n\nFixes:\n\n- Use zope.interface decorator.\n  [gforcada]\n\n\n3.0.2 (2016-02-18)\n------------------\n\nFixes:\n\n- Replace deprecated ``zope.testing.doctest`` and ``zope.testing.doctestunit``\n  imports with ``doctest`` module from stdlib.\n  [thet]\n\n\n3.0.1 (2015-07-18)\n------------------\n\n- Fix switchLanguage links. Refs https://github.com/plone/Products.CMFPlone/issues/431\n  Needs 'use_cookie_negotiation' to be on to actually do anything.\n  [jaroel]\n\n\n3.0.0 (2015-03-26)\n------------------\n\n- Adapted language viewlet to Plone 5\n  [bloodbare]\n\n\n2.0.3 (2014-10-22)\n------------------\n\n- Fix url to switchLanguage to include the view\n  [Gagaro]\n\n- Ported to plone.app.testing\n  [tomgross]\n\n\n2.0.2 (2013-01-13)\n------------------\n\n\n2.0.1 - 2011-06-26\n------------------\n\n- Use template parameter in language selector's viewlet zcml declaration. Make\n  it easier to customize in add-ons.\n  [toutpt]\n\n2.0 - 2010-07-18\n----------------\n\n- Update license to GPL version 2 only.\n  [hannosch]\n\n2.0b1 - 2010-04-10\n------------------\n\n- Updated language selector markup to match the one in LinguaPlone.\n  [hannosch]\n\n- Avoid extra empty span inside the language selector.\n  [hannosch]\n\n- Move the language selector viewlet to the portal header viewlet manager.\n  [davisagli]\n\n1.0.8 - 2010-01-24\n------------------\n\n- Optimize the language selector available check. We really don't need to get\n  the entire list of all available languages, if we don't show the selector.\n  [hannosch]\n\n1.0.7 - 2009-07-28\n------------------\n\n- Changed the language selector viewlet, so in case 'native' is not\n  present (combined languages), use the name. This closes\n  http://dev.plone.org/plone/ticket/9318\n  [igbun]\n\n1.0.6 - 2009-03-07\n------------------\n\n- Sort languages as shown in the user interface by order in portal_languages\n  supported_langs variable. This allows to sort languages through GenericSetup.\n  [buechler, nouri]\n\n- Reformat history.\n  [hannosch]\n\n1.0.5 - August 18, 2008\n-----------------------\n\n- Changed the language selector viewlet to use the native name instead of\n  always showing the English name. This closes\n  http://dev.plone.org/plone/ticket/7103.\n  [hannosch]\n\n- Allow tests to force display of selector viewlet by setting\n  always_show_selector = True on the portal_languages tool.\n  [stefan]\n\n1.0.4 - April 19, 2008\n----------------------\n\n- Make the language selector deal with languages for which no flag is\n  defined. Ported over from LinguaPlone.\n  [wichert]\n\n\n1.0.3 - January 31, 2008\n------------------------\n\n- Fixed bug: all available languages in the languageselector box were\n  always marked as selected, at least when using language cookies. In\n  practice this meant the last language was always shown in the box and\n  this language was actually never used and could not be set.\n  [maurits]\n\n- Added more tests. 100% test coverage now.\n  [hannosch]\n\n- Added more tests for language and countries utilities. Fixed some\n  call-by-reference bugs with lists found while writing those.\n  [hannosch]\n\n\n1.0.2 - January 9, 2008\n-----------------------\n\n- Undo the damage from r17682 which removed the language code from the\n  return value of LanguageSelector.languages. This broke the language\n  selectors, which is mostly noticeable by LinguaPlone no longer working.\n  [wichert]\n\n\n1.0.1 - December 24, 2007\n-------------------------\n\n- Fixed the languages method of the selector to include the native\n  language code.\n  [wichert, hannosch]\n\n- Fixed stupid bug in using super().\n  [hannosch]\n\n\n1.0 - August 13, 2007\n---------------------\n\n- No changes.\n  [hannosch]\n\n\n1.0rc1 - July 9, 2007\n---------------------\n\n- Removed some left over tool init stuff. The local utilities are not used\n  as tools anymore.\n  [hannosch]\n\n- Only show the language selector viewlet when cookie language negotiation\n  is enabled.\n  [hannosch]\n\n\n1.0b3 - May 1, 2007\n-------------------\n\n- Added id to language selector markup. Moved language selector to the\n  right side in the breadcrumbs line.\n  [fschulze]\n\n- Fixed spelling error.\n  [wichert]\n\n- Use getToolByName instead of getUtility again. Updated language chooser\n  viewlet to be more defensive, when there's no language tool available.\n  This closes http://dev.plone.org/plone/ticket/6559.\n  [hannosch]\n\n\n1.0b2 - March 23, 2007\n----------------------\n\n- Replaced getToolByName with getUtility.\n  [hannosch]\n\n\n1.0b1 - March 5, 2007\n---------------------\n\n- Initial implementation.\n  [hannosch]\n\n- Initial package structure.\n  [zopeskel]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Plone specific i18n extensions.",
    "version": "4.0.1",
    "split_keywords": [
        "plone",
        "i18n"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5da759410c6378ee72edd485ddae3f927105913fcc272460c17228ce5b9d1ed",
                "md5": "b694c6559cdde157be578c91c768c294",
                "sha256": "fd83999a76d978f0e2c6dd3b75e27c08f671ae48620b27fe85426631961ad25d"
            },
            "downloads": -1,
            "filename": "plone.app.i18n-4.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b694c6559cdde157be578c91c768c294",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12353,
            "upload_time": "2023-04-13T23:06:29",
            "upload_time_iso_8601": "2023-04-13T23:06:29.370427Z",
            "url": "https://files.pythonhosted.org/packages/f5/da/759410c6378ee72edd485ddae3f927105913fcc272460c17228ce5b9d1ed/plone.app.i18n-4.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca268dc0e7673e05359789518efc055c345bfd6ecad3d4caa223215b5ab6cc75",
                "md5": "14a8ef70628447a8ababab24d43eca2d",
                "sha256": "56b24fd7cdd53353b3d355f3adc41c3d759fd91791d33ee0668c30968f8ba34f"
            },
            "downloads": -1,
            "filename": "plone.app.i18n-4.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "14a8ef70628447a8ababab24d43eca2d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 19879,
            "upload_time": "2023-04-13T23:07:13",
            "upload_time_iso_8601": "2023-04-13T23:07:13.197186Z",
            "url": "https://files.pythonhosted.org/packages/ca/26/8dc0e7673e05359789518efc055c345bfd6ecad3d4caa223215b5ab6cc75/plone.app.i18n-4.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-13 23:07:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "plone",
    "github_project": "plone.app.i18n",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "plone.app.i18n"
}
        
Elapsed time: 0.04952s