Comments starts with #: can contain more than one references per line. For example, if xgettext is used with standard input a reference comment can contains the following:
#: standard input:11 standard input:26
msgid "One"
msgstr ""
At the same time, PO.parse finds only one reference is such cases (standard input:11 standard input:26 for the example above).
Comments starts with
#:can contain more than one references per line. For example, ifxgettextis used with standard input a reference comment can contains the following:At the same time,
PO.parsefinds only one reference is such cases (standard input:11 standard input:26for the example above).