Document extractedComments

This commit is contained in:
Gabe Gorelick 2014-03-02 13:20:18 -05:00
parent ac85ba0b9c
commit 8dba54b095

View File

@ -88,7 +88,8 @@ The `PO` class exposes the following members:
* `msgstr`: An array of translated strings. Items that have no plural msgid * `msgstr`: An array of translated strings. Items that have no plural msgid
only have one element in this array. only have one element in this array.
* `references`: An array of reference strings. * `references`: An array of reference strings.
* `comments`: An array of string comments. * `comments`: An array of string translator comments.
* `extractedComments`: An array of string extracted comments.
* `flags`: A dictionary of the string flags. Each flag is mapped to a key with * `flags`: A dictionary of the string flags. Each flag is mapped to a key with
value true. For instance, a string with the fuzzy flag set will have value true. For instance, a string with the fuzzy flag set will have
`item.flags.fuzzy == true`. `item.flags.fuzzy == true`.