diff options
Diffstat (limited to 'crowdin/download')
| -rwxr-xr-x | crowdin/download | 3 |
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." |
