I need to process tcomment field in pofile entries #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
padpo implements its own parser of .po files and entries.
The idea is to enable the translator to tell padpo that he deliberately knows there is a false positive. The translator would do it in writing a
pragmain the "translator comment" field.The way padpo parses the .po file does not enable this feature.
I would recommend to use the polib library which give access to "translator comment" field.
@ChristopheNan a créé un POC à ce sujet