Skip to content

Commit

Permalink
update task types
Browse files Browse the repository at this point in the history
  • Loading branch information
Alino committed Feb 13, 2019
1 parent 04fcaa2 commit 78d8f72
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion api/models/Task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,27 @@ export = {

type: {
type: 'string',
enum: ['translation', 'machine translation', 'modification', 'proof'],
enum: [
'Translation',
'Localization',
'Literary editing',
'Technical editing',
'Proofreading',
'Reconciliation',
'Review',
'Review with LQA',
'Terminology extraction',
'Linguistic verification',
'Technical verification',
'MT post-editing',
'Light MT post-editing',
'Creating voice over script from audio/video',
'Retyping handwritten text',
'Copywriting',
'Copyediting',
'Technical writing',
'Adaptation'
],
required: true
},

Expand Down

0 comments on commit 78d8f72

Please sign in to comment.