Open adepablor opened 8 years ago
Should be improved by Crowdin team shortly, then "crowdin-cli download" will touch only those files which are stored outside of branches (in project's root dir).
From now on, crowdin-cli download will download files stored in the project root directory (not inside branches)
Does it force a build to occur before downloading? Or it downloads the files that were output from last build? Thx
So, the description says
Download latest translations from Crowdin
. But what does that mean in practice?In my opinion, it should download the files that are not part of any branch. So, for example. If I only have one file (let's call it
mainFile
) and then multiple branches of the same file. When I docrowdin-cli download
I expect to getmainFile
in the same way that if I docrowdin-cli download -b branch
I get the file for that branch. But that's definitely not happening, I'm not even sure what things are been downloaded.Could someone please clarify?
Thanks