diff options
Diffstat (limited to 'zanata.xml')
-rw-r--r-- | zanata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/zanata.xml b/zanata.xml new file mode 100644 index 000000000..d68b3a3ba --- /dev/null +++ b/zanata.xml | |||
@@ -0,0 +1,15 @@ | |||
1 | <?xml version='1.0' encoding='UTF-8' standalone='yes'?> | ||
2 | <config xmlns="http://zanata.org/namespace/config/"> | ||
3 | <url>https://trad.framasoft.org/zanata/</url> | ||
4 | <project>peertube</project> | ||
5 | <project-version>develop</project-version> | ||
6 | <project-type>xliff</project-type> | ||
7 | <src-dir>./client/src/locale/source</src-dir> | ||
8 | <trans-dir>./client/src/locale/target</trans-dir> | ||
9 | |||
10 | <hooks> | ||
11 | <hook command="pull"> | ||
12 | <after>./scripts/i18n/pull-hook.sh</after> | ||
13 | </hook> | ||
14 | </hooks> | ||
15 | </config> | ||