aboutsummaryrefslogtreecommitdiffstats
path: root/crowdin/download
diff options
context:
space:
mode:
Diffstat (limited to 'crowdin/download')
-rwxr-xr-xcrowdin/download3
1 files changed, 3 insertions, 0 deletions
diff --git a/crowdin/download b/crowdin/download
index 83111be..6a45c83 100755
--- a/crowdin/download
+++ b/crowdin/download
@@ -67,6 +67,9 @@ for f in */*/*values-*/strings.xml; do
sed -i 's/…/…/g' $f
done
+# apply local patches to particular strings
+. "`dirname $0`/local-patches"
+
# check for changes
if [ -z "`git diff`" ]; then
debug "no changes, finishing."