lukin0110 / poeditor-gradle

Gradle plugin to manage translations with POEditor
https://poeditor.com
Apache License 2.0
26 stars 7 forks source link

Prevent empty files #17

Open dpreussler opened 7 years ago

dpreussler commented 7 years ago

If a language has not been translated at all, the plugin created an empty file. This made the compiler to fail. It should have an empty body

<?xml version="1.0" encoding="utf-8"?>
<resources>
</resources>

How can we prevent that?