diff --git a/Makefile b/Makefile
index 9721da6..028af20 100644
--- a/Makefile
+++ b/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@@join-peertube@' -i zanata.xml
zanata-cli -q -B pull --pull-type both --min-doc-percent 75
make yml