diff options
author | jandegr <jandegr@users.noreply.github.com> | 2018-05-14 19:17:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-14 19:17:36 +0200 |
commit | a846962adcf301f1f05f5137ff0b976626ab34c7 (patch) | |
tree | 46b7790df5587c1a4c73251629ce10145cb1d73e /.circleci | |
parent | 55c2c0021c6a385f973c335e4878432237cf8f54 (diff) | |
download | navit-a846962adcf301f1f05f5137ff0b976626ab34c7.tar.gz |
Android translations (#589)
* Add files via upload
store translations in artefacts
* Add files via upload
* Add files via upload
* Add files via upload
* remove the last java files from cmakelists in po
* move all java UI strings into strings.xml
* translate UI strings by their id's
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index e01f0bbaa..cb190d8e5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -113,6 +113,10 @@ jobs: path: navit/android/build/outputs/apk destination: apk - store_artifacts: + name: Store translations + path: po + destination: translations + - store_artifacts: path: navit/android/build/outputs/logs destination: logs - store_artifacts: |