Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Added Zanata configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
romartin committed Aug 21, 2013
1 parent eb4d852 commit 6a5b0ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Expand Up @@ -101,8 +101,10 @@
<groupId>org.zanata</groupId>
<artifactId>zanata-maven-plugin</artifactId>
<configuration>
<includes>**/*_en.properties</includes>
<includes>**/*Constants.properties</includes>
<projectConfig>${session.executionRootDirectory}/zanata.xml</projectConfig>
<srcDir>src/main/resources/</srcDir>
<transDir>src/main/resources/</transDir>
<includes>**/*_en.properties,**/*Constants.properties</includes>
</configuration>
</plugin>

Expand Down
2 changes: 1 addition & 1 deletion zanata.xml
Expand Up @@ -3,7 +3,7 @@
<url>https://translate.jboss.org/</url>
<project>jbpm_form_modeler</project>
<project-version>6.0.0</project-version>
<project-type>Utf8Properties</project-type>
<project-type>utf8properties</project-type>

<locales>
<locale map-from="es_ES">es</locale>
Expand Down

0 comments on commit 6a5b0ac

Please sign in to comment.