framadate/Makefile
Thomas Citharel 6395a3db0b
Update locales
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-04-19 21:11:07 +02:00

8 lines
319 B
Makefile

push-locales:
zanata-cli -q -B push --errors --project-version `git branch | grep \* | cut -d ' ' -f2-`
pull-locales:
zanata-cli -q -B pull --min-doc-percent 50 --project-version `git branch | grep \* | cut -d ' ' -f2-`
stats-locales:
zanata-cli -q stats --project-version `git branch | grep \* | cut -d ' ' -f2-`