/comments/submit
This API handler processes comments about translations in the WWL translation memory. It allows users to submit comments about a specific edit to a specific translation, to a translated text in general, and to the parent URL the translations. Designers should be careful to design comments widgets so that it is clear that the comments are intended for discussion about the translations, and not the source material. This is a place where users can become confused, and of course, WWL does not know anything about the content of the comments being submitted.The API handler expects the following parameters
- guid : the globally unique identifier for a specific edit to the translation, optional
- cl : the language the comment is written in (ISO language code), optional (defaults to same as tl if omitted)
- comment : the text of the comment itself (Unicode, UTF 8 encoding)
- username : WWL username (optional)
- pw : WWL password (optional)
- session : session key (cookie or form field)