-
Notifications
You must be signed in to change notification settings - Fork 0
Developers Section
Jean-Sébastien Gosselin edited this page Aug 24, 2023
·
3 revisions
- You need to add the Codecov project key as a secret variable your Azure pipeline. See section Set secret variables in the Azure Pipelines documentation.
- You then must explicitly define the
CODECOV_TOKENenvironment variable in the script block used to upload the coverage report to Codecov. See section Set secret variables in the Azure Pipelines documentation.

-
Run create_sardes_pot.py locally to update the main sardes.pot file.
-
For each supported language in the folder locale, open the associated
sardes.potfile in poedit and update it withTranslation > Update from POT file...by selecting the main sardes.pot file.

- Update the translation in
Poeditand commit the changes in git.