update documentation

This commit is contained in:
Sam 2023-07-15 14:47:42 +02:00
parent fd2ed54732
commit aed8c0fb62
21 changed files with 125 additions and 88 deletions

View File

@ -23,8 +23,8 @@
### Documentation
* [PR#386](https://github.com/SamR1/FitTrackee/pull/386) - Minor fix in CONTRIBUTING.md (thanks to @dkm)
* [PR#388](https://github.com/SamR1/FitTrackee/pull/388) - Minor typo in CONTRIBUTING.md (thanks to @dkm)
* [PR#386](https://github.com/SamR1/FitTrackee/pull/386) - Minor fix in CONTRIBUTING.md
* [PR#388](https://github.com/SamR1/FitTrackee/pull/388) - Minor typo in CONTRIBUTING.md
### Misc

View File

@ -6,7 +6,7 @@
* [PR#380](https://github.com/SamR1/FitTrackee/pull/380) - Update documentation link
* [#390](https://github.com/SamR1/FitTrackee/issues/390) - Improve UI
* [#391](https://github.com/SamR1/FitTrackee/issues/391) - Add new sport: paragliding (thanks to @dkm)
* [#391](https://github.com/SamR1/FitTrackee/issues/391) - Add new sport: paragliding
### Bugs Fixed
@ -17,14 +17,14 @@
### Translations
* [PR#394](https://github.com/SamR1/FitTrackee/pull/394) - Translations update (Galician, thanks to @xmgz)
* [PR#397](https://github.com/SamR1/FitTrackee/pull/397) - Translations update (Spanish, thanks to @gallegonovato)
* [PR#394](https://github.com/SamR1/FitTrackee/pull/394) - Translations update (Galician)
* [PR#397](https://github.com/SamR1/FitTrackee/pull/397) - Translations update (Spanish)
### Documentation
* [PR#386](https://github.com/SamR1/FitTrackee/pull/386) - Minor fix in CONTRIBUTING.md (thanks to @dkm)
* [PR#388](https://github.com/SamR1/FitTrackee/pull/388) - Minor typo in CONTRIBUTING.md (thanks to @dkm)
* [PR#386](https://github.com/SamR1/FitTrackee/pull/386) - Minor fix in CONTRIBUTING.md
* [PR#388](https://github.com/SamR1/FitTrackee/pull/388) - Minor typo in CONTRIBUTING.md
### Misc
@ -44,7 +44,10 @@ Translation status:
- Polish: 42%
- Spanish: 100%
Thanks to all contributors.
Thanks to the contributors:
- @dkm
- @gallegonovato
- @xmgz
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))

View File

@ -505,13 +505,13 @@ Production environment
.. warning::
| Note that FitTrackee is under heavy development, some features may be unstable.
- Download the last release (for now, it is the release v0.7.18):
- Download the last release (for now, it is the release v0.7.19):
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
$ tar -xzf v0.7.18.tar.gz
$ mv FitTrackee-0.7.18 FitTrackee
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
$ tar -xzf v0.7.19.tar.gz
$ mv FitTrackee-0.7.19 FitTrackee
$ cd FitTrackee
- Create **.env** from example and update it
@ -635,13 +635,13 @@ Prod environment
- Change to the directory where FitTrackee directory is located
- Download the last release (for now, it is the release v0.7.18) and overwrite existing files:
- Download the last release (for now, it is the release v0.7.19) and overwrite existing files:
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
$ tar -xzf v0.7.18.tar.gz
$ cp -R FitTrackee-0.7.18/* FitTrackee/
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
$ tar -xzf v0.7.19.tar.gz
$ cp -R FitTrackee-0.7.19/* FitTrackee/
$ cd FitTrackee
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).

View File

@ -238,7 +238,7 @@
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/380">PR#380</a> - Update documentation link</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/390">#390</a> - Improve UI</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/391">#391</a> - Add new sport: paragliding (thanks to &#64;dkm)</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/391">#391</a> - Add new sport: paragliding</p></li>
</ul>
</section>
<section id="bugs-fixed">
@ -251,15 +251,15 @@
<section id="translations">
<h3>Translations<a class="headerlink" href="#translations" title="Permalink to this heading">#</a></h3>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/394">PR#394</a> - Translations update (Galician, thanks to &#64;xmgz)</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/397">PR#397</a> - Translations update (Spanish, thanks to &#64;gallegonovato)</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/394">PR#394</a> - Translations update (Galician)</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/397">PR#397</a> - Translations update (Spanish)</p></li>
</ul>
</section>
<section id="documentation">
<h3>Documentation<a class="headerlink" href="#documentation" title="Permalink to this heading">#</a></h3>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/386">PR#386</a> - Minor fix in CONTRIBUTING.md (thanks to &#64;dkm)</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/388">PR#388</a> - Minor typo in CONTRIBUTING.md (thanks to &#64;dkm)</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/386">PR#386</a> - Minor fix in CONTRIBUTING.md</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/388">PR#388</a> - Minor typo in CONTRIBUTING.md</p></li>
</ul>
</section>
<section id="misc">
@ -280,7 +280,12 @@
<li><p>Polish: 42%</p></li>
<li><p>Spanish: 100%</p></li>
</ul>
<p>Thanks to all contributors.</p>
<p>Thanks to the contributors:</p>
<ul class="simple">
<li><p>&#64;dkm</p></li>
<li><p>&#64;gallegonovato</p></li>
<li><p>&#64;xmgz</p></li>
</ul>
<p><strong>Note:</strong> This release contains database migration (see upgrade instructions in <a class="reference external" href="https://samr1.github.io/FitTrackee/en/installation.html#upgrade">documentation</a>)</p>
</section>
</section>

View File

@ -892,11 +892,11 @@ $<span class="w"> </span>make<span class="w"> </span>install-db
</div>
</div>
<ul class="simple">
<li><p>Download the last release (for now, it is the release v0.7.18):</p></li>
<li><p>Download the last release (for now, it is the release v0.7.19):</p></li>
</ul>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.18.tar.gz
$<span class="w"> </span>mv<span class="w"> </span>FitTrackee-0.7.18<span class="w"> </span>FitTrackee
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.19.tar.gz
$<span class="w"> </span>mv<span class="w"> </span>FitTrackee-0.7.19<span class="w"> </span>FitTrackee
$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
</pre></div>
</div>
@ -1020,11 +1020,11 @@ $<span class="w"> </span><span class="nb">source</span><span class="w"> </span>.
<ul class="simple">
<li><p>Stop the application</p></li>
<li><p>Change to the directory where FitTrackee directory is located</p></li>
<li><p>Download the last release (for now, it is the release v0.7.18) and overwrite existing files:</p></li>
<li><p>Download the last release (for now, it is the release v0.7.19) and overwrite existing files:</p></li>
</ul>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.18.tar.gz
$<span class="w"> </span>cp<span class="w"> </span>-R<span class="w"> </span>FitTrackee-0.7.18/*<span class="w"> </span>FitTrackee/
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.19.tar.gz
$<span class="w"> </span>cp<span class="w"> </span>-R<span class="w"> </span>FitTrackee-0.7.19/*<span class="w"> </span>FitTrackee/
$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
</pre></div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
* [PR#380](https://github.com/SamR1/FitTrackee/pull/380) - Update documentation link
* [#390](https://github.com/SamR1/FitTrackee/issues/390) - Improve UI
* [#391](https://github.com/SamR1/FitTrackee/issues/391) - Add new sport: paragliding (thanks to @dkm)
* [#391](https://github.com/SamR1/FitTrackee/issues/391) - Add new sport: paragliding
### Bugs Fixed
@ -17,14 +17,14 @@
### Translations
* [PR#394](https://github.com/SamR1/FitTrackee/pull/394) - Translations update (Galician, thanks to @xmgz)
* [PR#397](https://github.com/SamR1/FitTrackee/pull/397) - Translations update (Spanish, thanks to @gallegonovato)
* [PR#394](https://github.com/SamR1/FitTrackee/pull/394) - Translations update (Galician)
* [PR#397](https://github.com/SamR1/FitTrackee/pull/397) - Translations update (Spanish)
### Documentation
* [PR#386](https://github.com/SamR1/FitTrackee/pull/386) - Minor fix in CONTRIBUTING.md (thanks to @dkm)
* [PR#388](https://github.com/SamR1/FitTrackee/pull/388) - Minor typo in CONTRIBUTING.md (thanks to @dkm)
* [PR#386](https://github.com/SamR1/FitTrackee/pull/386) - Minor fix in CONTRIBUTING.md
* [PR#388](https://github.com/SamR1/FitTrackee/pull/388) - Minor typo in CONTRIBUTING.md
### Misc
@ -44,7 +44,10 @@ Translation status:
- Polish: 42%
- Spanish: 100%
Thanks to all contributors.
Thanks to the contributors:
- @dkm
- @gallegonovato
- @xmgz
**Note:** This release contains database migration (see upgrade instructions in [documentation](https://samr1.github.io/FitTrackee/en/installation.html#upgrade))

View File

@ -505,13 +505,13 @@ Production environment
.. warning::
| Note that FitTrackee is under heavy development, some features may be unstable.
- Download the last release (for now, it is the release v0.7.18):
- Download the last release (for now, it is the release v0.7.19):
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
$ tar -xzf v0.7.18.tar.gz
$ mv FitTrackee-0.7.18 FitTrackee
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
$ tar -xzf v0.7.19.tar.gz
$ mv FitTrackee-0.7.19 FitTrackee
$ cd FitTrackee
- Create **.env** from example and update it
@ -635,13 +635,13 @@ Prod environment
- Change to the directory where FitTrackee directory is located
- Download the last release (for now, it is the release v0.7.18) and overwrite existing files:
- Download the last release (for now, it is the release v0.7.19) and overwrite existing files:
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
$ tar -xzf v0.7.18.tar.gz
$ cp -R FitTrackee-0.7.18/* FitTrackee/
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
$ tar -xzf v0.7.19.tar.gz
$ cp -R FitTrackee-0.7.19/* FitTrackee/
$ cd FitTrackee
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).

View File

@ -238,7 +238,7 @@
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/380">PR#380</a> - Update documentation link</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/390">#390</a> - Improve UI</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/391">#391</a> - Add new sport: paragliding (thanks to &#64;dkm)</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/issues/391">#391</a> - Add new sport: paragliding</p></li>
</ul>
</section>
<section id="bugs-fixed">
@ -251,15 +251,15 @@
<section id="translations">
<h3>Traductions<a class="headerlink" href="#translations" title="Lien permanent vers cette rubrique">#</a></h3>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/394">PR#394</a> - Translations update (Galician, thanks to &#64;xmgz)</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/397">PR#397</a> - Translations update (Spanish, thanks to &#64;gallegonovato)</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/394">PR#394</a> - Translations update (Galician)</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/397">PR#397</a> - Translations update (Spanish)</p></li>
</ul>
</section>
<section id="documentation">
<h3>Documentation<a class="headerlink" href="#documentation" title="Lien permanent vers cette rubrique">#</a></h3>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/386">PR#386</a> - Minor fix in CONTRIBUTING.md (thanks to &#64;dkm)</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/388">PR#388</a> - Minor typo in CONTRIBUTING.md (thanks to &#64;dkm)</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/386">PR#386</a> - Minor fix in CONTRIBUTING.md</p></li>
<li><p><a class="reference external" href="https://github.com/SamR1/FitTrackee/pull/388">PR#388</a> - Minor typo in CONTRIBUTING.md</p></li>
</ul>
</section>
<section id="misc">
@ -280,7 +280,12 @@
<li><p>Polonais : 42%</p></li>
<li><p>Espagnol : 100%</p></li>
</ul>
<p>Merci à tous les contributeurs.</p>
<p>Merci aux contributeurs :</p>
<ul class="simple">
<li><p>&#64;dkm</p></li>
<li><p>&#64;gallegonovato</p></li>
<li><p>&#64;xmgz</p></li>
</ul>
<p>Note : Cette version contient des migrations de base de données (voir les instructions dans la documentation)</p>
</section>
</section>

View File

@ -252,7 +252,7 @@ Commands:
<div class="line">Les commandes suivantes sont désormais obsolètes et seront supprimées dans une prochaine version :</div>
<div class="line">- <code class="docutils literal notranslate"><span class="pre">fittrackee_set_admin</span></code></div>
<div class="line">- <code class="docutils literal notranslate"><span class="pre">fittrackee_upgrade_db</span></code></div>
<div class="line">- <code class="docutils literal notranslate"><span class="pre">fittrackee_worker</span></code> (désactivé)</div>
<div class="line">- <code class="docutils literal notranslate"><span class="pre">fittrackee_worker</span></code> (disabled)</div>
</div>
</div>
<section id="database">

View File

@ -882,11 +882,11 @@ $<span class="w"> </span>make<span class="w"> </span>install-db
</div>
</div>
<ul class="simple">
<li><p>Télécharger la dernière version (à ce jour, la version v0.7.18) :</p></li>
<li><p>Télécharger la dernière version (à ce jour, la version v0.7.19) :</p></li>
</ul>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.18.tar.gz
$<span class="w"> </span>mv<span class="w"> </span>FitTrackee-0.7.18<span class="w"> </span>FitTrackee
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.19.tar.gz
$<span class="w"> </span>mv<span class="w"> </span>FitTrackee-0.7.19<span class="w"> </span>FitTrackee
$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
</pre></div>
</div>
@ -933,8 +933,8 @@ $<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTr
<p class="admonition-title">Avertissement</p>
<div class="line-block">
<div class="line">Avant de procéder à la mise à jour, faire une sauvegarde de lensemble des données :</div>
<div class="line">- base de données (avec <a class="reference external" href="https://www.postgresql.org/docs/11/app-pgdump.html">pg_dump</a> par exemple)</div>
<div class="line">- répertoire des fichiers téléversés (voir <a class="reference external" href="installation.html#environment-variables">Variables d'environnement</a>)</div>
<div class="line">- database (with <a class="reference external" href="https://www.postgresql.org/docs/11/app-pgdump.html">pg_dump</a> for instance)</div>
<div class="line">- upload directory (see <a class="reference external" href="installation.html#environment-variables">Environment variables</a>)</div>
</div>
</div>
<div class="admonition warning">
@ -1008,11 +1008,11 @@ $<span class="w"> </span><span class="nb">source</span><span class="w"> </span>.
<ul class="simple">
<li><p>Arrêter lapplication</p></li>
<li><p>Changer pour le répertoire dans lequel FitTrackee est localisé</p></li>
<li><p>Télécharger la dernière version (à ce jour, la version v0.7.18) et écraser les fichiers existants :</p></li>
<li><p>Télécharger la dernière version (à ce jour, la version v0.7.19) et écraser les fichiers existants :</p></li>
</ul>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.18.tar.gz
$<span class="w"> </span>cp<span class="w"> </span>-R<span class="w"> </span>FitTrackee-0.7.18/*<span class="w"> </span>FitTrackee/
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>wget<span class="w"> </span>https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
$<span class="w"> </span>tar<span class="w"> </span>-xzf<span class="w"> </span>v0.7.19.tar.gz
$<span class="w"> </span>cp<span class="w"> </span>-R<span class="w"> </span>FitTrackee-0.7.19/*<span class="w"> </span>FitTrackee/
$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>FitTrackee
</pre></div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: FitTrackee 0.7.19\n"
"\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-15 13:28+0200\n"
"POT-Creation-Date: 2023-07-15 14:46+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -1544,11 +1544,11 @@ msgid "Documentation"
msgstr ""
#: ../source/changelog.md:26
msgid "PR#386 - Minor fix in CONTRIBUTING.md (thanks to @dkm)"
msgid "PR#386 - Minor fix in CONTRIBUTING.md"
msgstr ""
#: ../source/changelog.md:27
msgid "PR#388 - Minor typo in CONTRIBUTING.md (thanks to @dkm)"
msgid "PR#388 - Minor typo in CONTRIBUTING.md"
msgstr ""
#: ../source/changelog.md:30
@ -4648,7 +4648,7 @@ msgid "Note that FitTrackee is under heavy development, some features may be uns
msgstr ""
#: ../source/installation.rst:508
msgid "Download the last release (for now, it is the release v0.7.18):"
msgid "Download the last release (for now, it is the release v0.7.19):"
msgstr ""
#: ../source/installation.rst:520
@ -4741,7 +4741,7 @@ msgid "Change to the directory where FitTrackee directory is located"
msgstr ""
#: ../source/installation.rst:638
msgid "Download the last release (for now, it is the release v0.7.18) and overwrite existing files:"
msgid "Download the last release (for now, it is the release v0.7.19) and overwrite existing files:"
msgstr ""
#: ../source/installation.rst:661

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: FitTrackee 0.7.18\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2023-07-15 13:28+0200\n"
"POT-Creation-Date: 2023-07-15 14:46+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
@ -1578,11 +1578,11 @@ msgid "Documentation"
msgstr ""
#: ../source/changelog.md:26
msgid "PR#386 - Minor fix in CONTRIBUTING.md (thanks to @dkm)"
msgid "PR#386 - Minor fix in CONTRIBUTING.md"
msgstr ""
#: ../source/changelog.md:27
msgid "PR#388 - Minor typo in CONTRIBUTING.md (thanks to @dkm)"
msgid "PR#388 - Minor typo in CONTRIBUTING.md"
msgstr ""
#: ../source/changelog.md:30 ../source/changelog.md:77
@ -4903,7 +4903,7 @@ msgid ""
msgstr ""
#: ../source/installation.rst:508
msgid "Download the last release (for now, it is the release v0.7.18):"
msgid "Download the last release (for now, it is the release v0.7.19):"
msgstr ""
#: ../source/installation.rst:520
@ -5008,7 +5008,7 @@ msgstr ""
#: ../source/installation.rst:638
msgid ""
"Download the last release (for now, it is the release v0.7.18) and "
"Download the last release (for now, it is the release v0.7.19) and "
"overwrite existing files:"
msgstr ""
@ -5470,3 +5470,18 @@ msgstr ""
#~ msgid "PR#397 - Translations update (Spanish, thanks to @gallegonovato)"
#~ msgstr ""
#~ msgid "Download the last release (for now, it is the release v0.7.18):"
#~ msgstr ""
#~ msgid ""
#~ "Download the last release (for now, "
#~ "it is the release v0.7.18) and "
#~ "overwrite existing files:"
#~ msgstr ""
#~ msgid "PR#386 - Minor fix in CONTRIBUTING.md (thanks to @dkm)"
#~ msgstr ""
#~ msgid "PR#388 - Minor typo in CONTRIBUTING.md (thanks to @dkm)"
#~ msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: FitTrackee 0.7.18\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2023-07-15 13:28+0200\n"
"POT-Creation-Date: 2023-07-15 14:46+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: fr\n"
@ -1654,11 +1654,11 @@ msgid "Documentation"
msgstr "Documentation"
#: ../source/changelog.md:26
msgid "PR#386 - Minor fix in CONTRIBUTING.md (thanks to @dkm)"
msgid "PR#386 - Minor fix in CONTRIBUTING.md"
msgstr ""
#: ../source/changelog.md:27
msgid "PR#388 - Minor typo in CONTRIBUTING.md (thanks to @dkm)"
msgid "PR#388 - Minor typo in CONTRIBUTING.md"
msgstr ""
#: ../source/changelog.md:30 ../source/changelog.md:77
@ -5441,8 +5441,8 @@ msgstr ""
"fonctionnalités peuvent être instables."
#: ../source/installation.rst:508
msgid "Download the last release (for now, it is the release v0.7.18):"
msgstr "Télécharger la dernière version (à ce jour, la version v0.7.18) :"
msgid "Download the last release (for now, it is the release v0.7.19):"
msgstr "Télécharger la dernière version (à ce jour, la version v0.7.19) :"
#: ../source/installation.rst:520
msgid "Install Python virtualenv and all related packages:"
@ -5564,10 +5564,10 @@ msgstr "Changer pour le répertoire dans lequel FitTrackee est localisé"
#: ../source/installation.rst:638
msgid ""
"Download the last release (for now, it is the release v0.7.18) and "
"Download the last release (for now, it is the release v0.7.19) and "
"overwrite existing files:"
msgstr ""
"Télécharger la dernière version (à ce jour, la version v0.7.18) et "
"Télécharger la dernière version (à ce jour, la version v0.7.19) et "
"écraser les fichiers existants :"
#: ../source/installation.rst:661
@ -6150,3 +6150,9 @@ msgstr "Dépannage"
#~ msgid "PR#397 - Translations update (Spanish, thanks to @gallegonovato)"
#~ msgstr ""
#~ msgid "PR#386 - Minor fix in CONTRIBUTING.md (thanks to @dkm)"
#~ msgstr ""
#~ msgid "PR#388 - Minor typo in CONTRIBUTING.md (thanks to @dkm)"
#~ msgstr ""

View File

@ -505,13 +505,13 @@ Production environment
.. warning::
| Note that FitTrackee is under heavy development, some features may be unstable.
- Download the last release (for now, it is the release v0.7.18):
- Download the last release (for now, it is the release v0.7.19):
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
$ tar -xzf v0.7.18.tar.gz
$ mv FitTrackee-0.7.18 FitTrackee
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
$ tar -xzf v0.7.19.tar.gz
$ mv FitTrackee-0.7.19 FitTrackee
$ cd FitTrackee
- Create **.env** from example and update it
@ -635,13 +635,13 @@ Prod environment
- Change to the directory where FitTrackee directory is located
- Download the last release (for now, it is the release v0.7.18) and overwrite existing files:
- Download the last release (for now, it is the release v0.7.19) and overwrite existing files:
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.18.tar.gz
$ tar -xzf v0.7.18.tar.gz
$ cp -R FitTrackee-0.7.18/* FitTrackee/
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.19.tar.gz
$ tar -xzf v0.7.19.tar.gz
$ cp -R FitTrackee-0.7.19/* FitTrackee/
$ cd FitTrackee
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).