transifex / cli

The Transifex command-line client
Apache License 2.0
66 stars 24 forks source link

Fix issue with minimum-perc skip message #157

Closed codegaze closed 1 year ago

codegaze commented 1 year ago

Before the fix, we were returning a message that a local file is newer than the remote one, which wasn't true.

This fix updates the shouldSkipDownload to return an additional value with a message in case it's different than the default one.

Also fixed a typo in readme regarding the minimum-perc flag.

Addresses #155

codegaze commented 1 year ago

@kbairak Nahh, good feedback. I didn't like something either. 🙏 Updated