You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running lingo.dev run to generate new translations for PO files, it replaces the "Language: en\n" value at the top of the file with the source language instead of keeping the target language value.
Exact Reproduction Steps
Create a project with two PO files: en.po and es.po
Run lingo.dev run to translate strings for es.po
You can also see this behavior in this repo's demo where the Language header for the Spanish translation is set to en.
Expected
It shouldn't change the "Language: es\n" header
Actual
It's changing the Language header from es (target) to en (source)