Closed niccokunzmann closed 2 years ago
Oh, okay, now I read it. The -a/--all flag will attempt to push all local languages to the remote Transifex project, adding them if necessary. Essentially, -a is equivalent to using -l with all the local language codes.
When I run
tx pull --translations
, I would like it to pull the translations of all languages of all the configured files.The current behavior is that it asks me for the language.
My workaround at the moment is:
tx pull --all
seems to fetch all the languages. So, this behavior is implemented.