Would it make sense to add an option to not download new translation files on install, only on update? (Or maybe I missed something and this is already possible). On our workflow, we frequently run composer install when switching from one branch to another, and it is rarely desired to update translations at that time, so I would like to restrict the behaviour of the plugin to only download translations when doing a composer update. Maybe an important detail is that we check translations into our version control, so that we have a defined set of translations at any given time, and we're not surprised by incoming updated translations at build time.