From 87e29b6c2161d7bece1da1d7fbd5965e04f78669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20B=C3=A4ume?= Date: Tue, 21 Jan 2014 15:46:31 +0100 Subject: [PATCH] add documentation for the new field possibly makes developers happy to have this field documented --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7558e35..6f0d7a3 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ The `PO` class exposes the following members: * `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`. +* `msgctxt`: context of the message, an arbitrary string, can be used for disambiguation ## Contributing