Closed Bug 1027280 Opened 10 years ago Closed 10 years ago

implement gengo human translation plugin

Categories

(Input Graveyard :: Submission, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: willkg, Assigned: willkg)

References

Details

(Whiteboard: u=dev c=translations p=3 s=input.2014q2)

This bug covers building the plugin for Gengo human translation. The translation plugins are in fjord/translations/models.py and extend the TranslationSystem class.

It should implement the following:

1. translate: Creates a GengoJob entry for the thing being translated and tosses it in the queue

2. push_translations: Checks the account balance. If the balance is below the settings-configured amount then it sends an email to people in the settings-configured email list. If the balance is not below that threshold, then it guesses the source language for all new jobs, buckets them into source language groups and for each group generates a new Gengo order. Then it pushes these via the Gengo API and generates a GengoOrder instance for each one.

3. pull_translations: Checks for any completed jobs, pulls them down, updates the relevant instances with the new translations and updates the bookkeeping.


Additionally, we need some tests for all of the above.
Grabbing this to work on.

Making it depend on bug #1026131 which is the bookkeeping system this will use.
Assignee: nobody → willkg
Depends on: 1026131
Landed in master:

https://github.com/mozilla/fjord/commit/a7bf90a [bug 1027280] Finish pull_translations and tests
https://github.com/mozilla/fjord/commit/35ae6ec [bug 1027280] Clean up API code
https://github.com/mozilla/fjord/commit/44dd8e5 [bug 1027280] Implement Gengo Human push_translations
https://github.com/mozilla/fjord/commit/258c0b5 [bug 1027280] Add test for get_balance
https://github.com/mozilla/fjord/commit/ff39543 [bug 1027280] Add support for the Gengo sandbox
https://github.com/mozilla/fjord/commit/3c9cdd1 [bug 1027280] Add human tests; overhaul Gengo tests
https://github.com/mozilla/fjord/commit/c243b5d [bug 1027280] Add GengoHumanTranslater.translate; cleanup
Pushed to prod a little bit ago.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Product: Input → Input Graveyard
You need to log in before you can comment on or make changes to this bug.