mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
14 lines
551 B
XML
14 lines
551 B
XML
<?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>
|