Skip to content

Commit

Permalink
Add zanata.xml and exclude it from base pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Jan 31, 2017
1 parent 37ccf3c commit 464186e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/templates/core_pkg/base/exclude_files
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@
./usr/local/share/%%PRODUCT_NAME%%/base.txz
./usr/local/share/%%PRODUCT_NAME%%/pkg
./var/db/pkg
./zanata.xml
13 changes: 13 additions & 0 deletions zanata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>

0 comments on commit 464186e

Please sign in to comment.