Comments made in Passolo in portable object (PO) files are not propagating to target files or to 2nd LPU in a Passolo cascade

Passolo 16.0.412.0

I am using a cascaded project (P1 & P2) with some portable object (PO) resources in bilingual mode, i.e. where msgid = source and msgstr = translation.
P1 IN = en-us (developerese) P1 OUT = en-us (translatable)
P2 IN = P1 OUT,   P2 OUT =  12 other languages.

I have written comments (to disambiguate strings for the translators) in P1 but they are not propagating to the generated PO target files of P1, nor to the sources of P2. 
The automatic comments from the PO source files #. my comment  are propagating, just not the comments I add in Passolo, whether or not I prefix them with a # character.

The documentation is not detailed here.  Is there some setting or step that I need to make, to allow this to happen? 

What I want is to make my comments only once in P1, and have them available also for the translators of P2.

Thanks in advance for any help
Peter

Parents Reply
  • Thanks for the quick answer, Mr Herrmann,
    The first 2 kinds, because "real" translation (i.e. in P2) has not taken place yet.

    1. There are comments already in the source file
    2. And I as project manager (I guess) am trying to add further comments in Passolo to the sources of P1, to help the translators to interpret the GUI strings correctly. 
      I was hoping that these would propagate through to the sources of P2 (i.e. 2nd LPU in the cascade), and even into the target files of P1, but they don't.

    Excerpt from a PO file.  Source file comments are prefixed with #.

    #. Title for dashboard config
    #. Name of route to dashboard config
    msgid "Dashboard configuration"
    msgstr "Dashboard configuration"

Children