<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
On 20.02.2018 10:18, Jürgen E. Fischer wrote:<br>
<blockquote type="cite"
cite="mid:20180220081814.7sdft5tgeavaesvl@norbit.de"><br>
<blockquote type="cite">
<pre wrap="">How do I update my QGIS desktop app with the latest translation?
</pre>
</blockquote>
<pre wrap="">
scripts/pull_ts.sh
Our nightlies also do this.</pre>
</blockquote>
<br>
Thanks.<br>
<br>
That required me to update my urllib3 using pip (the one from Linux
Mint 18.1 was not new enough) and install XML::Simple (perl module).
I also had to create ~/.transifexrc file like this<br>
<br>
[<a class="moz-txt-link-freetext" href="https://www.transifex.com">https://www.transifex.com</a>]<br>
api_hostname = <a class="moz-txt-link-freetext" href="https://api.transifex.com">https://api.transifex.com</a><br>
hostname = <a class="moz-txt-link-freetext" href="https://www.transifex.com">https://www.transifex.com</a><br>
password = password<br>
token = <br>
username = ajolma<br>
<br>
(the "token =" is necessary). I also had to set the transifex
password since github login is not ok for using the API.<br>
<br>
The pull_ts.sh is *very* slow since it seems to delete all ts-files
and not do an update (although it says "New translations found...").<br>
<br>
Probably the best way is to somehow download only my (finnish)
ts-file using the transfix API and use Qt4 Linguist and then install
the qm file.<br>
<br>
Ari<br>
<br>
<blockquote type="cite"
cite="mid:20180220081814.7sdft5tgeavaesvl@norbit.de">
<pre wrap="">
</pre>
<blockquote type="cite">
<pre wrap="">I do translations in transifex and use the QGIS from github master. However,
the i18n files (*.ts) in github are quite old.
</pre>
</blockquote>
<pre wrap="">
They are only updated on release.
Jürgen
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
QGIS-Translators mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Qgis-tr@lists.osgeo.org">Qgis-tr@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/qgis-tr">https://lists.osgeo.org/mailman/listinfo/qgis-tr</a></pre>
</blockquote>
<br>
</body>
</html>