diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-10-29 08:34:28 (GMT) |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-10-29 08:34:28 (GMT) |
commit | 6c2720f7e3ecb1789e71750339f8cd853a1b365c (patch) | |
tree | c041602b23b64e32e2e5af857ee578faec6aaaa5 /bin/transifexpull.sh | |
parent | 4cbe80ae0b2f845dbe706c1948485aefbbba933d (diff) | |
download | kolab-wap-6c2720f7e3ecb1789e71750339f8cd853a1b365c.tar.gz |
Do not use a separate localization file for API backend
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)) |