<div dir="ltr"><div>Hi,<br></div>If I'm not wrong, those location infos were present in Transifex and helped to understand the context of text till a discussion about the size of the repo becoming heavy ( <a href="http://lists.osgeo.org/pipermail/qgis-developer/2014-October/035327.html">http://lists.osgeo.org/pipermail/qgis-developer/2014-October/035327.html</a>)<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-23 11:25 GMT+01:00 Richard Duivenvoorde <span dir="ltr"><<a href="mailto:richard@duif.net" target="_blank">richard@duif.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 23-03-15 10:02, Werner Macho wrote:<br>
> Hi all!<br>
><br>
> I'm going to do some tests about the best way howto deal with that.<br>
> IIRC you can download the ts file - rename it - copy it to the place<br>
> in the source tree - translate it - rename it back to what it was<br>
> while downloading and upload it again.<br>
> (though not tested yet)<br>
<br>
</span>Hi Werner,<br>
<br>
the crux is the 'location'- tags in the ts xml, like:<br>
<br>
<location<br>
filename="../src/plugins/coordinate_capture/coordinatecapture.cpp"<br>
line="96"/><br>
<br>
if you see these in your ts file you are able to see the dialogs in<br>
linguist.<br>
<br>
My guess is that transifex 'washes' these away when you upload/download<br>
a ts file.<br>
<br>
As you can see the latest 'de' ts file:<br>
<br>
<a href="https://github.com/qgis/QGIS/blob/master/i18n/qgis_de.ts" target="_blank">https://github.com/qgis/QGIS/blob/master/i18n/qgis_de.ts</a><br>
<br>
compared to a historical (pre tx) ts file:<br>
<br>
<a href="https://raw.githubusercontent.com/qgis/QGIS/071fa924bec6c79fd3019af169627150c9dbb12c/i18n/qgis_de.ts" target="_blank">https://raw.githubusercontent.com/qgis/QGIS/071fa924bec6c79fd3019af169627150c9dbb12c/i18n/qgis_de.ts</a><br>
<br>
you can see the 'location' tags are missing in the latest (from tx) file.<br>
<br>
I do not think it is doable for transifex to keep those, so only way is<br>
to create the ts files yourself (which is not trivial, have a look into<br>
the history of the update_ts_files.sh in the scripts dir)<br>
<br>
Regards,<br>
<br>
Richard Duivenvoorde<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Qgis-tr mailing list<br>
<a href="mailto:Qgis-tr@lists.osgeo.org">Qgis-tr@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-tr" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-tr</a><br>
</div></div></blockquote></div><br></div>