forked from nutomic/joinpeertube
Fix zanata config init
This commit is contained in:
parent
0fe3fca6ee
commit
a5c5778d55
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -21,7 +21,8 @@ push-locales: po
|
|||
zanata-cli -q -B push --push-type both
|
||||
|
||||
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
|
||||
make yml
|
||||
|
||||
|
|
Loading…
Reference in a new issue