kexec-tools/kdump-anaconda-addon/po/pom.xml
Arthur Zou 2955b1d298 Add addon po file to support i18n
Just merge the kdump-anadonda-addon.pot to po files of original
firstboot so that we can reuse most of the translation. But there
still are three sentences that has no translation.

Signed-off-by: Arthur Zou <zzou@redhat.com>
Acked-by: Dave Young <dyoung@redhat.com>
2014-05-20 16:05:57 +08:00

20 lines
464 B
XML

<project>
<modelVersion>4.0.0</modelVersion>
<groupId>null</groupId>
<artifactId>null</artifactId>
<version>0</version>
<build>
<plugins>
<plugin>
<groupId>org.zanata</groupId>
<artifactId>zanata-maven-plugin</artifactId>
<version>2.0.0</version>
<configuration>
<srcDir>.</srcDir>
</configuration>
</plugin>
</plugins>
</build>
</project>