Skip to content

Commit

Permalink
Adding some missing translation on alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
borisschapira committed Nov 28, 2019
1 parent 15cf916 commit 20c3abd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/templates/fr/2019/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ <h2>
Commencer l'exploration
</a>
</div>
<img class="intro-image-2019" src="/static/images/home-hero-2019.png" alt="The Web Almanac 2019 edition" />
<img class="intro-image" src="/static/images/home-hero.png" alt="The Web Almanac 2019 edition" />
<img class="intro-image-2019" src="/static/images/home-hero-2019.png" alt="Édition 2019 du Web Almanac" />
<img class="intro-image" src="/static/images/home-hero.png" alt="Web Almanac" />
</div>
{% endif %}
</header>
Expand All @@ -78,9 +78,9 @@ <h2>

{% block footer %}
<footer class="alt-bg">
<a class="navigation-logo home-logo" href="{{ url_for('home', year=year, lang=lang) }}"><img src="/static/images/logo.svg" alt="Web Almanac by HTTP Archive"></a>
<a class="navigation-logo home-logo" href="{{ url_for('home', year=year, lang=lang) }}"><img src="/static/images/logo.svg" alt="Web Almanac par HTTP Archive"></a>
<a class="navigation-logo ha-logo" href="https://httparchive.org">
<img src="/static/images/ha-home.svg" alt="HTTP Archive home" height="35" width="70">
<img src="/static/images/ha-home.svg" alt="Page d'accueil HTTP Archive" height="35" width="70">
</a>
<nav class="nav-items">
<a href="{{ url_for('table_of_contents', year=year, lang=lang) }}">Table des matières</a>
Expand Down Expand Up @@ -145,7 +145,7 @@ <h2>
</option>
{% endfor %}
</select>
<img class="dropdown-arrow" src="/static/images/dropdown-arrow.png" alt="open" height="20" width="20" loading="lazy" />
<img class="dropdown-arrow" src="/static/images/dropdown-arrow.png" alt="ouvrir" height="20" width="20" loading="lazy" />
</div>
{% endif %}
{% endmacro %}
Expand All @@ -161,6 +161,6 @@ <h2>
</option>
{% endfor %}
</select>
<img class="dropdown-arrow" src="/static/images/dropdown-arrow.png" alt="open" height="20" width="20" loading="lazy" />
<img class="dropdown-arrow" src="/static/images/dropdown-arrow.png" alt="ouvrir" height="20" width="20" loading="lazy" />
</div>
{% endmacro %}

0 comments on commit 20c3abd

Please sign in to comment.