Skip to content
Snippets Groups Projects
Commit e40d6552 authored by akwizgran's avatar akwizgran
Browse files

Merge branch 'fix-fastlane-metadata' into 'master'

Execute Transifex for fastlane metadata from correct directory

See merge request !1738
parents 9bbfea52 155daae8
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
tx pull -a -r briar.google-play-full-description,briar.google-play-short-description
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
cd "$DIR"/..
tx pull -a -r briar.google-play-full-description,briar.google-play-short-description
for LANG_DIR in "$DIR"/metadata/android/*; do
if [[ "$LANG_DIR" == *en-US ]]; then
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment