This commit is contained in:
Jean-Francois Dockes 2016-09-16 12:22:28 +02:00
parent 4c2cb6a18f
commit fd36f0e40a

View File

@ -236,17 +236,19 @@
<p>The Debian Recoll packages are usually fairly up to date, just use <p>The Debian Recoll packages are usually fairly up to date, just use
the appropriate Debian repository.</p> the appropriate Debian repository.</p>
<p><i>Except they're not at the moment (2016-10)...</i>. So <p><i>Except they're not at the moment
I am maintaining a repository for packages built for Debian Wheezy, (2016-09)...</i>. Debian stable has Recoll 1.17.3. Debian
and Jessie. This currently has recoll 1.21.x (the testing has 1.22.3, and it may work on Jessie (or not...).
standard repos have 1.17...) To add the repository to your In any case, I am maintaining a repository for packages
sources:</p> built for Debian Wheezy, and Jessie. The repository
currently has recoll 1.22.x for Intel and 1.21 for armhf. To
add it to your sources:</p>
<ul> <ul>
<li>Download the public key used to validate the repositories: <li>Download the public key used to validate the repositories:
<div class="code"> <div class="code">
wget -O - http://www.lesbonscomptes.com/key/jf@dockes.org.gpg.key | sudo apt-key add - wget -O - https://www.lesbonscomptes.com/key/jf@dockes.org.gpg.key | sudo apt-key add -
</div> </div>
</li> </li>
@ -404,21 +406,29 @@ sudo apt-get install recoll
<p>You can use the <em>.ts</em> file to alter the translations <p>You can use the <em>.ts</em> file to alter the translations
if you wish (use Qt's <em>linguist</em> tool to edit the if you wish (use Qt's <em>linguist</em> tool to edit the
source file, then <em>lrelease</em> to produce source file, then <em>lrelease</em> to produce
the <em>.qm</em> file.). The <em>.qm</em>file the <em>.qm</em> file.). The <em>.qm</em> file should be copied
should be copied
to <span class="filename">/usr/[local/]share/recoll/translations</span> to <span class="filename">/usr/[local/]share/recoll/translations</span>
</p> </p>
<p><a href="translations/recoll_xx.ts">recoll_xx.ts</a> is a blank <p><a href="translations/recoll_xx.ts">recoll_xx.ts</a> is a blank
Recoll 1.22 message file, handy to work on a new translation. You can Recoll 1.22 message file, handy to work on a new translation. You can
also <a href="translations/">list the directory</a> to see all the also <a href="translations/">list the directory</a> to see all the
translation files (same as those in the 1.20 source branch on translation files (same as those in the maintenance source branch on
Bitbucket).</p> Bitbucket).</p>
<h3>Updated 1.22 translations that became available after the <h3>Updated 1.22 translations that became available after the
release:</h3> release:</h3>
<p>A Danish translation by Morten Langlo: <p>Greek translation by Dimitrios Glentadakis:
<a href="translations/recoll_el.ts">recoll_el.ts</a>
<a href="translations/recoll_el.qm">recoll_el.qm</a><br/>
</p>
<p>Dutch translation by Leslie Scheelings:
<a href="translations/recoll_nl.ts">recoll_nl.ts</a>
<a href="translations/recoll_nl.qm">recoll_nl.qm</a><br/>
</p>
<p>Danish translation by Morten Langlo:
<a href="translations/recoll_da.ts">recoll_da.ts</a> <a href="translations/recoll_da.ts">recoll_da.ts</a>
<a href="translations/recoll_da.qm">recoll_da.qm</a><br/> <a href="translations/recoll_da.qm">recoll_da.qm</a><br/>
</p> </p>