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?