crowdin / crowdin-cli-v1

A command-line client for the Crowdin API v1
MIT License
84 stars 29 forks source link

Ability to specify a base_path that contains branch subfolders. #36

Closed mikeNG closed 8 years ago

mikeNG commented 8 years ago

In CyanogenMod we usually have a common base_path (~/android) that contains subfolders of each version. (~/android/cm-12.1, ~/android/cm-13.0, etc.)

It would be very useful to have support for a common base_path using the new branch feature in crowdin, so we don't have to specify a different base_path for each CyanogenMod version (we use different yaml configs for different versions, as the packages are different)

I think this was already implemented but commented out in crowdin-cli if I understand right. I will try to make it an option, if it works I'm going to make a pull request.