2955b1d298
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>
20 lines
464 B
XML
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>
|