Procedure to add new module

Here are the steps to follow when adding a new module (after merge):

  1. Add label if necessary
  2. Add module to announce r2e and pause it:
    • r2e add <module> https://pypi.org/rss/project/<new package name>/releases.xml
    • r2e pause n
  3. Add module as component on translate.tryton.org:
    • create empty files for templates and modules committing to the repository like this changeset
    • update repository (until Heptapod webhook is solved)
    • active “Update PO files to match POT (msgmerge)” addons:
      • uncheck "Keep previous msgids of translated strings "
      • uncheck "Remove locations of translated strings "
      • check “Use fuzzy matching”
1 Like