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

Marius Gedminas noreply at github.com
Wed Jul 10 16:10:34 CEST 2019


  Branch: refs/heads/plural-translations
  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.


Compare: https://github.com/zopefoundation/zope.app.i18n/compare/54806c944b95...7ea58203edf6


More information about the checkins mailing list