File: zanata.xml

package info (click to toggle)
authselect 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,384 kB
  • sloc: ansic: 7,757; sh: 477; makefile: 352; python: 164; xml: 24
file content (24 lines) | stat: -rw-r--r-- 902 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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>