Fix zanata config init

This commit is contained in:
Chocobozzz 2019-02-08 14:21:12 +01:00
parent 0fe3fca6ee
commit a5c5778d55
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -21,7 +21,8 @@ push-locales: po
zanata-cli -q -B push --push-type both zanata-cli -q -B push --push-type both
pull-locales: prepare-locales pull-locales: prepare-locales
cp zanata/zanata.xml zanata.xml cp -n zanata/zanata.xml zanata.xml
sed -e 's@<project></project>@<project>join-peertube</project>@' -i zanata.xml
zanata-cli -q -B pull --pull-type both --min-doc-percent 75 zanata-cli -q -B pull --pull-type both --min-doc-percent 75
make yml make yml