diff options
author | Torsten Grote <t@grobox.de> | 2014-08-28 15:02:34 (GMT) |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2014-08-28 15:02:34 (GMT) |
commit | 714bfdcf0ee506c47726f7d161271a3e5b26a5ef (patch) | |
tree | 20279a7de3d83c88c5de7cff07e4a3cd5b41caca /transifexpull.sh | |
parent | bc53fd420d253b8a45b3ec46984dcdd3f84bc1c7 (diff) | |
download | roundcubemail-plugins-kolab-714bfdcf0ee506c47726f7d161271a3e5b26a5ef.tar.gz |
update translations again and update transifexpull.sh with --force
Diffstat (limited to 'transifexpull.sh')
-rwxr-xr-x | transifexpull.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/transifexpull.sh b/transifexpull.sh index e11cfdd..bb010e1 100755 --- a/transifexpull.sh +++ b/transifexpull.sh @@ -3,7 +3,10 @@ # In 'translator' mode files will contain empty translated texts # where translation is not available, we'll remove these later -tx --debug pull -a --mode translator +# --force is necessary to avoid timestamp issues +# https://bugs.launchpad.net/ironic/+bug/1298645/comments/4 + +tx --debug pull --force -a --mode translator PWD=`dirname "$0"` |