Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
This is a major updated that contains a number of improvements and important bugfixes. Among many other things (see the full changelog below), this fixes problems with duplicated strings, uses the new language mapping that allows you to map your local language codes to those used by Gengo, improved job quote and word count handling and integrates with the revision process, that allows you to communicate with the translator and request an update from within the TMGMT review user interface.
Important: It is no longer required to have the auto_approve setting enabled to be able to request a translation revision. And you need at least TMGMT 7.x-1.0-alpha3.
Changes since 7.x-1.0-beta1:
- #1979768 by Berdir: Fixed comments cache is not cleared when there is a new comment.
- #1970570 by Berdir, blueminds: Replace custom mapping table with tmgmt remote mapping API.
- #1976590 by blueminds: Fixed mappings are not being created for all data items.
- #1968070 by blueminds: Display currency for remaining credits.
- #1870798 by blueminds: Added support for job reviews and rejections.
- #1963934 by blueminds: Added field sequence weight to gengo job.
- #1695806 by blueminds: Provide in-depth headers (User agent).
- #1968510 by blueminds: Added connector class and refactored plugin to use it.
- #1969390 by blueminds: Add test coverage for poll button.
- #1963930 by blueminds: Added a CHANGELOG.txt.
- #1963936 by blueminds: Added support for job comments.
- #1969390 by blueminds: Re-add poll button.
- #1870770 by blueminds: Added account balance on checkout.
- #1922100 by Berdir: Fixed gengo plugin does not take into account duplicate text.
- #1901890 by Berdir: Fixed typo in fix and strict warnings in tests.
- #1901890 by Berdir: Fixed get supported remote languages.
- #1939602 by issam.zeibak: Removed auto-approve javascript for sandbox.
- #1932684 by issam.zeibak: Fixed Error #1551: language service not supported when translating into Chinese Traditional.
- #1901890 by blueminds: Make use of the new remote language mapping feature from tmgmt core.
- #1870766 follow-up by miro_dietiker: Added former name to module description.
- #1877912 by bforchhammer: Fixed Notice: Undefined index: ultra in checkoutSettingsForm().
- #1870766 by das-peter, bforchhammer: Rename myGengo to Gengo.
- #1857964: Minor tier adjustments
- #1857964 by bforchhammer, blueminds: Handle machine tier
- #1857224 reported by bforchhammer: Move gengo forms logic to appropriate controller classes instead of using form alter hooks.
- #1857964 by bforchhammer, blueminds: Get translation job quotes from Gengo (real word count + cost)
- #1857964 by ihamilton, blueminds: Get translation job quotes from Gengo (real word count + cost)
- #1869816 reported by bforchhammer: Show on the job checkout page quality and comment values.
- #1857224 reported by bforchhammer: Add mygengo specific logic only when dealing with mygengo jobs.