1
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
<config xmlns="http://zanata.org/namespace/config/">
|
3
|
<url>https://zanata.netgate.com/</url>
|
4
|
<project>pfsense</project>
|
5
|
<project-version>2.5</project-version>
|
6
|
<project-type>gettext</project-type>
|
7
|
<src-dir>src/usr/local/share/locale/pot</src-dir>
|
8
|
<trans-dir>src/usr/local/share/locale</trans-dir>
|
9
|
<includes>pfSense.pot</includes>
|
10
|
<rules>
|
11
|
<rule pattern="**/pot/*.pot">{path}/{locale_with_underscore}/LC_MESSAGES/{filename}.po</rule>
|
12
|
</rules>
|
13
|
</config>
|