/
githubmirror
/
authselect
Обзор
Документация
Войти
/
githubmirror
/
authselect
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.0.4
zanata.xml
24 строки
912 B
Pavel Březina
zanata: set project version to authselect-1.0.x
29 май 2019, 11:35
29 май 2019, 11:35
1d10a88
Код
Авторство
О чём код?
<?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>authselect-1.0.x</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>