CloudCannon / rosey

:rose: Open-source CLI tool for managing translations on static websites.
MIT License
41 stars 0 forks source link

Fix/untranslated assets in text #30

Closed Tate-CC closed 1 year ago

Tate-CC commented 1 year ago

This PR fixes asset attributes in translations being deleted when they don't have a translated asset (e.g. an image with an external source). Instead if we can't find a translated asset we leave the attribute as is.

Also fixes some lints and a flaky regex test.