<div dir="ltr">Fixed! The file "template.pot" is generated by the command "a2po export", that converts android xml translation files to a .po file. The problem was that having two translation files ("strings.xml" and "arrays.xml") was not expected by our script, so I joined them into a single file: we don't have arrays.xml anymore.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 19, 2014 at 1:03 AM, Albert Astals Cid <span dir="ltr"><<a href="mailto:aacid@kde.org" target="_blank">aacid@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Scripty complains about template.pot not existing<br>
<br>
It "seems" that template.xml was renamed to strings.xml and maybe now<br>
<br>
mv outdir/template.pot $potfile<br>
<br>
should be<br>
<br>
mv outdir/strings.pot $potfile<br>
?<br>
<br>
also how do we translate<br>
./src/main/res/values/arrays.xml<br>
?<br>
<br>
Can they be in a single xml file?<br>
<br>
Cheers,<br>
Albert<br>
_______________________________________________<br>
KDEConnect mailing list<br>
<a href="mailto:KDEConnect@kde.org">KDEConnect@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kdeconnect" target="_blank">https://mail.kde.org/mailman/listinfo/kdeconnect</a><br>
</blockquote></div><br></div>