indico
indico copied to clipboard
Build translation wheel
This is related to the new translation instance (localization-demo.getindico.io).
This PR adds a new workflow which periodically (every 6 hours for now) pulls translations from Transifex and builds a new wheel with them. At the same time, the VM on which the Indico instance is running will have a cronjob which will download and install the wheel artifact from Github.
~~To make this work, we also need to add the Transifex API token to the repo secrets~~ Done