wekan/releases/translations/pull-translations.sh
2023-05-04 02:36:54 +03:00

10 lines
286 B
Bash
Executable file

cd ~/repos/wekan
tx --config .tx/config pull -a -f
# https://developers.transifex.com/docs/cli
# New Go-based transifex client.
# 1. Migrated: tx migrate
# 2. Pushed all: tx push -a -l
# 3. Pulled all: tx pull -a -l
# Although now all show as translated, maybe I did something wrong.