add manage_translations

This commit is contained in:
sundeep-co-in
2016-10-26 16:47:49 +05:30
parent 475d6ed110
commit 3bf72f1dba
3 changed files with 185 additions and 24 deletions

12
config/zanata.xml Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<config xmlns="http://zanata.org/namespace/config/">
<url>https://translate.stage.engineering.redhat.com/</url>
<project>ansible-demo</project>
<project-version>devel</project-version>
<project-type>gettext</project-type>
<src-dir>awx/locale</src-dir>
<trans-dir>awx/locale</trans-dir>
<rules>
<rule>{locale}/LC_MESSAGES/{filename}.po</rule>
</rules>
</config>