/
githubmirror
/
authselect
Обзор
Документация
Войти
/
githubmirror
/
authselect
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.2.3
zanata.xml
24 строки
902 B
Pavel Březina
build: move build scripts to separate directory
06 авг 2018, 17:27
06 авг 2018, 17:27
3b159e5
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <config xmlns="http://zanata.org/namespace/config/"> <url>https://fedora.zanata.org/</url> <project>authselect</project> <project-version>master</project-version> <project-type>gettext</project-type> <src-dir>.</src-dir> <trans-dir>.</trans-dir> <includes>po/*.pot,src/man/po/*.pot</includes> <rules> <rule pattern="*/src/man/po/*.pot">{path}/{filename}.{locale_with_underscore}.po</rule> <rule pattern="*/po/*.pot">{path}/{locale_with_underscore}.po</rule> </rules> <hooks> <hook command="push"> <before>./scripts/zanata-hooks.sh push-before</before> <after>./scripts/zanata-hooks.sh push-after</after> </hook> <hook command="pull"> <before>./scripts/zanata-hooks.sh pull-before</before> <after>./scripts/zanata-hooks.sh pull-after</after> </hook> </hooks> </config>