Skip to content

Pootle project commands snag list

Leandro Regueiro edited this page Feb 14, 2017 · 25 revisions
  • Update can remove existing translations with empty strings

  • Unable to clone any TP after project already created

    • CommandError: {'code': [u'Project with this Code already exists.']}
    • This raises the point about what to do if a previous project was already there. I guess a --force or such should be provided to allow copying a TP to an already existing proj.
  • Cloning of TPs fails if there is a filled PO_DIRECTORY for a project

  • Cloning a project unmutes muted failing checks.

  • Moving a single TP to a new project doesn't remove stats for previous project, so the TP is still listed there.

  • pootle project clone myproj fails with traceback (note no --target-project was specified)

  • pootle project remove myproj --language=gl removes TP, but stats are still there showing the _XXX_LAST_CREATED_gl-myproj_LAST_CREATED_XXX


This won't be done during this iteration.

  • Cloning a project does not copy suggestions. Not sure if that is intended.

I'd say if you need to add new TP you should use clone command.

  • update (no --translations) does not add TPs in source to target. Not sure if that is intended.
Clone this wiki locally