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