Skip to content

Commit

Permalink
Skip HBS for google translate & add HBS in French
Browse files Browse the repository at this point in the history
  • Loading branch information
yinanazhou committed Oct 20, 2023
1 parent 3cbc58c commit 4cb6863
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@
<div class="row">
<div class="col-lg-3">
<div class="px-3 pt-3 me-1 sidebar-container">
<div class="info-block p-2 mb-3">
<h4>Hornbostel-Sachs Classification</h4>
<div class="info-block p-2 mb-3 notranslate">
{% if active_language.en_label == "french"%}
<h4>Système Hornbostel-Sachs</h4>
{% else %}
<h4>Hornbostel-Sachs Classification</h4>
{% endif %}
<hr>
<ul class="list-group list-group-flush">
{% for hbs_facet in hbs_facets %}
Expand Down

0 comments on commit 4cb6863

Please sign in to comment.