diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-10-29 08:40:05 (GMT) |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-10-29 08:40:05 (GMT) |
commit | 4b840bd9e3447d8fc72fb279dc7692104e3e28b9 (patch) | |
tree | 6e5a191eeb7908c57a82d2ad2a3f6e1ef3c79f49 /bin/transifexpull.sh | |
parent | 6fc197803965bfde437aa318ff5686b2609cae8d (diff) | |
download | kolab-wap-4b840bd9e3447d8fc72fb279dc7692104e3e28b9.tar.gz |
Do not use a separate localization file for API backend
Conflicts:
.tx/config
Diffstat (limited to 'bin/transifexpull.sh')
-rwxr-xr-x | bin/transifexpull.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/transifexpull.sh b/bin/transifexpull.sh index 454b1bc..46962b0 100755 --- a/bin/transifexpull.sh +++ b/bin/transifexpull.sh @@ -34,7 +34,6 @@ DIR="${PWD}/../lib/locale" EN_CNT=`do_count $DIR/en_US.php` for file in $DIR/*.php; do - echo "$file" | grep -v api.php > /dev/null || continue do_clean $file CNT=`do_count $file` PERCENT=$((CNT*100/$EN_CNT)) |