V1 & V2 (Archive)

Old configuration for version 0.7.x and <= 0.8.6-alpha

Pro Version

  • Settings ➜ Translation ➜ MT Engines ➜ Custom ➜ Configure ➜ Switch Editor to Code

Public Version

  • Settings ➜ Machine Translation ➜ Translators ➜ Custom ➜ Configure ➜ Switch Editor to Code


Web Scraping Method

  • lang: object

    • source: array[]

    • target: array[]

  • config: object

    • method: string

    • initialURL: string

    • scrapeURL: string

    • encodeURI: boolean

    • encodeURIComponent: boolean

    • querySelector: string

    • querySelectorAll: string

    • queryProperty: string

    • evaluateInterval: number

    • evaluateTimeOut: number

    • waitingTimeOut: boolean *Deprecated

    • evaluateRepeated: boolean *Deprecated


HTTP GET

  • lang: object

    • source: array[]

    • target: array[]

  • config: object

    • method: string

    • getURL: string

    • getOptions: object

    • encodeURI: boolean

    • encodeURIComponent: boolean

    • responseParse: boolean

    • responseType: string

    • responseQuery: string


HTTP POST

  • lang: object

    • source: array[]

    • target: array[]

  • config: object

    • method: string

    • postURL: string

    • postOptions: object

    • postData: object

    • encodeURI: boolean

    • encodeURIComponent: boolean

    • responseParse: boolean

    • responseType: string

    • responseQuery: string