[Checkins] [zopefoundation/zope.app.i18n] db2cff: Add skeleton implementations of plural translations

Steffen Allner noreply at github.com
Wed Oct 7 15:27:53 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.i18n
  Commit: db2cffd2a164fbcf22ccd5f4402643922452da5a
      https://github.com/zopefoundation/zope.app.i18n/commit/db2cffd2a164fbcf22ccd5f4402643922452da5a
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-07-10 (Wed, 10 Jul 2019)

  Changed paths:
    M src/zope/app/i18n/messagecatalog.py
    M src/zope/app/i18n/translationdomain.py

  Log Message:
  -----------
  Add skeleton implementations of plural translations

See #7.


  Commit: 7ea58203edf675e4aa93c14223210ce7a9d178a3
      https://github.com/zopefoundation/zope.app.i18n/commit/7ea58203edf675e4aa93c14223210ce7a9d178a3
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-07-10 (Wed, 10 Jul 2019)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Allow newer zope.i18n versions

Except for 4.5.x and 4.6.x where IMessageCatalog.getPluralMessage() is
wrong and would break our test suite.  4.7.0 shipped the bugfix,
see https://github.com/zopefoundation/zope.i18n/issues/41.


  Commit: f6e672e58c726366160683538cce6e76ef54382f
      https://github.com/zopefoundation/zope.app.i18n/commit/f6e672e58c726366160683538cce6e76ef54382f
  Author: Steffen Allner <sa at gocept.com>
  Date:   2020-10-07 (Wed, 07 Oct 2020)

  Changed paths:
    M CHANGES.rst
    M README.rst
    M src/zope/app/i18n/messagecatalog.py
    M src/zope/app/i18n/tests/test_translationdomain.py
    M src/zope/app/i18n/translationdomain.py

  Log Message:
  -----------
  Explicitly not support plural messages though fulfilling the interface.


  Commit: 7be450d4c5127fded44b4b2168ab15ed7484197f
      https://github.com/zopefoundation/zope.app.i18n/commit/7be450d4c5127fded44b4b2168ab15ed7484197f
  Author: Steffen Allner <sa at gocept.com>
  Date:   2020-10-07 (Wed, 07 Oct 2020)

  Changed paths:
    M src/zope/app/i18n/interfaces.py
    M src/zope/app/i18n/messagecatalog.py
    M src/zope/app/i18n/tests/test_translationdomain.py
    M src/zope/app/i18n/translationdomain.py

  Log Message:
  -----------
  Have a link to a github issue in the error.

We want the user to immediately know, where he can get help. We also want only one place to configure this link.


  Commit: 31385306110e0972fa1a09a33a65e88a1b995734
      https://github.com/zopefoundation/zope.app.i18n/commit/31385306110e0972fa1a09a33a65e88a1b995734
  Author: Steffen Allner <sa at gocept.com>
  Date:   2020-10-07 (Wed, 07 Oct 2020)

  Changed paths:
    M .coveragerc

  Log Message:
  -----------
  We do not want to count the hidden NotImplementedError.


  Commit: 9b347a08bc1a6ad8639dfc288f80aedfe7f53f61
      https://github.com/zopefoundation/zope.app.i18n/commit/9b347a08bc1a6ad8639dfc288f80aedfe7f53f61
  Author: Steffen Allner <sa at gocept.com>
  Date:   2020-10-07 (Wed, 07 Oct 2020)

  Changed paths:
    M CHANGES.rst
    M README.rst

  Log Message:
  -----------
  Improve language and links.

Co-authored-by: Jason Madden <jamadden at gmail.com>


  Commit: 955f73f9254420bac8e55a8d463996f5f0671a8c
      https://github.com/zopefoundation/zope.app.i18n/commit/955f73f9254420bac8e55a8d463996f5f0671a8c
  Author: Steffen Allner <sa at gocept.com>
  Date:   2020-10-07 (Wed, 07 Oct 2020)

  Changed paths:
    M .coveragerc
    M CHANGES.rst
    M README.rst
    M setup.py
    M src/zope/app/i18n/interfaces.py
    M src/zope/app/i18n/messagecatalog.py
    M src/zope/app/i18n/tests/test_translationdomain.py
    M src/zope/app/i18n/translationdomain.py

  Log Message:
  -----------
  Merge pull request #8 from zopefoundation/plural-translations

Support newer zope.i18n (without actually supporting plural translations)


Compare: https://github.com/zopefoundation/zope.app.i18n/compare/b2df0ed5b8e7...955f73f92544


More information about the checkins mailing list