/submit


    
    /submit
    
    This web service API call stores newly submitted translations to the datastore. 
    It expects the following parameters:
    
    sl - source language (ISO language code), required
    tl - target language (ISO language code), required
    st - source text (UTF-8 encoded), required
    tt - translated text (UTF-8 encoded), required
    domain - site domain or API key, optional but recommended (submit in nnn.com format)
    url - parent URL of source document, optional but recommended (submit full permalink)
    username - WWL or remote username, optional (system allows anonymous translations)
    pw - WWL or remote user password
    proxy - if submission is being submitted via a proxy gateway, default = n if omitted
            (in proxy mode, we use you are filtering submissions upstream and will accept
            whatever username you provide)
    session - session key (cookie, stored whenever user logs into system)
    
    The API call returns a text/plain object, with either an ok response or an error message.
    
    IMPORTANT: always use UTF-8 encoding when submitting data. If you are generating an HTML
    form that points back to the WWL server, be sure to include accept-charset=utf-8 in the
    
tag. If you are submitting data from a separate application, be sure to set the accept-charset=utf-8 header in the HTTP call, and to encode characters using UTF-8. If you do not do this consistently, you will see character encoding errors or receive garbage characters in your translations. Use UTF-8 everywhere, and specifically do not use language specific character sets.

Test Form

Source Language
Target Language
Source Text
Translation
Domain
URL
WWL Username
WWL Password
Proxy Mode (y/n)
Output format