Previous: Further details on the PO file format, Up: The Format of PO Files [Contents][Index]
It is planned that after 2027年01月01日, entries in PO files support additional workflow flags and also custom sticky flags.
Additional workflow flags are useful to support workflows with other steps than translation proper, such as pretranslation (based on translation memory or done through AI) or review or approval by a different person than the translator.
Custom sticky flags are useful for projects which have extra capabilities in their tooling, such as project specific checks on the translations.
In order to support both reliably, the PO file format is being extended in two steps.
Effective now (June 2025), the character sequence ‘#=’ at the beginning of a line introduces a line of flags, like the characters ‘#,’ already do.
All applications that read (consume) PO files are encouraged to support ‘#=’ as an alternative to ‘#,’.
All applications that modify (read, modify, then write) PO files should
On 2027年01月01日, the PO file format will be revised again: it will be decided that either
‘#,’ should be followed by workflow flags, and ‘#=’ should be followed by sticky flags,
or the other way around:
‘#=’ should be followed by workflow flags, and ‘#,’ should be followed by sticky flags.
From that moment on, applications that write (produce) PO files are
And applications that read and write PO files are
Previous: Further details on the PO file format, Up: The Format of PO Files [Contents][Index]