From 8dba54b095926b742c28b9e40902d234a5cccf2f Mon Sep 17 00:00:00 2001 From: Gabe Gorelick Date: Sun, 2 Mar 2014 13:20:18 -0500 Subject: [PATCH] Document extractedComments --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da2b46d..a25e5a9 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,8 @@ The `PO` class exposes the following members: * `msgstr`: An array of translated strings. Items that have no plural msgid only have one element in this array. * `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 value true. For instance, a string with the fuzzy flag set will have `item.flags.fuzzy == true`.