-
Notifications
You must be signed in to change notification settings - Fork 288
Pootle project tool
Taras Semenenko edited this page Jan 24, 2017
·
16 revisions
- provide access to tp_tool api
- clone tps within/between projects
- move tps within/between projects
- update some/all of 1 tp from another
- clone projects
- move projects
pootle project clone --source-project=foo --target-project=baz [--language=…]*
pootle project move --source-project=foo --target-project=baz [--language=…]*
pootle project update --source-project=foo --target-project=baz [--language=…]*
- Template actions:
- Add missing units from source to target
- Remove units missing in source from target
- Adjust source of a unit in target
default behaviour makes everything, all options like (--can-create
, --can-remove
) restricts default behaviour
- Target translation actions:
- Copy translations from source unit to target unit
- Copy only if blank
- Copy only if source unit is newer than target unit
- Copy translations from source unit to target unit