mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-01-30 01:31:26 -05:00
6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
# Remove empty translations
|
|
|
|
sed -i '/<string [^>]*\/>/d' res/values-*/strings.xml
|