Skip to content

Commit 94842b8

Browse files
authored
Update upload-catalog.sh
1 parent e37fc08 commit 94842b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/upload-catalog.sh

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ if [ ! -e .tx/config ]; then
1616
exit 0
1717
fi
1818

19+
# setup transifex-client
20+
tx init
21+
ls HOME
1922
tx pull --force --language ja --parallel
2023
cd ja/LC_MESSAGES
2124
git add *.po **/*.po

0 commit comments

Comments
 (0)