File: zanata.xml

package info (click to toggle)
pithos 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 780 kB
  • sloc: python: 5,256; xml: 107; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<config xmlns="http://zanata.org/namespace/config/">
  <url>https://translate.zanata.org/zanata</url>
  <project>pithos</project>
  <project-version>master</project-version>
  <project-type>gettext</project-type>
  <src-dir>po</src-dir>
  <trans-dir>po</trans-dir>

  <rule pattern="*.pot">{locale}.po</rule>

  <locales>
    <locale>es</locale>
  </locales>

</config>