Leaving project ID in .po files for Wagtail
Wagtail creates .po files that include a special ID (thanks to this they are able to identify the file and assign it to correct subpage and language), but POEditor sets its own ID, for example:
"X-WagtailLocalize-TranslationID: [a combination of letters and numbers]"
while POEditor will set it like that:
"Project-Id-Version: [name of the project in POEditor]"
which makes it impossible to import it to the CMS (Wagtail needs it original ID).
Is there any option to keep the ID from the Wagtail CMS? It should not be overwritten by POEditor.
21
votes