diff options
author | Pierre GRANDIN <pgrandin@users.noreply.github.com> | 2016-02-22 13:07:46 -0800 |
---|---|---|
committer | Pierre GRANDIN <pgrandin@users.noreply.github.com> | 2016-02-22 13:07:46 -0800 |
commit | 589d9df236980ac9f72ba66db832ea95b8f95bff (patch) | |
tree | 60fb1a9f60ca315c284fa11e581a1ad2c707cb67 | |
parent | 37da202758e0de262e83599cb8bf8316bbeac3ee (diff) | |
download | navit-589d9df236980ac9f72ba66db832ea95b8f95bff.tar.gz |
Fix:i18n:Fixing translations importR6589
The way we currently import i18n updates is cumbersome, simplifying it.
-rw-r--r-- | circle.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index 76e41196b..fc29cb3aa 100644 --- a/circle.yml +++ b/circle.yml @@ -18,7 +18,6 @@ dependencies: - sudo apt-get install libdbus-glib-1-dev - sudo apt-get install g++ - bash ci/update_version.sh prepare - - bash ci/import_translations.sh - bash ci/build_linux.sh - sed -i '/INTEGER/d' bin/po/navit.pot - cp bin/po/navit.pot $CIRCLE_ARTIFACTS/ |