pull-translations.sh 287 B

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