1 | | AFAIK the header is a otherwise normal translatable literal (and a multi-line one that's why it starts with a `msgstr ""` line). The `#, fuzzy` marker isn't put there by the Django wrapper but by the official GNU gettext tools which we use at low level. The markers are put when PO files are created for the first time because some fields of the header are prefilled but there are others that need intervention of a translator, so it is in a incomplete state. |
| 1 | AFAIK the header is an otherwise normal translatable literal (and a multi-line one that's why it starts with a `msgstr ""` line). |
| 2 | |
| 3 | The `#, fuzzy` marker isn't put there by the Django wrapper but by the official GNU gettext tools which we use at the low level. The markers are put when PO files are created for the first time because some fields of the header are prefilled but there are others that need intervention of a translator, so it is in a incomplete state. |