BobStore/F-Droid/tools/remove-empty-trans.sh

6 lines
99 B
Bash
Raw Normal View History

#!/bin/bash -x
# Remove empty translations
sed -i '/<string [^>]*\/>/d' res/values-*/strings.xml