diff --git a/web-app/django/VIM/apps/instruments/templates/instruments/detail.html b/web-app/django/VIM/apps/instruments/templates/instruments/detail.html index 2f32226..e15330b 100644 --- a/web-app/django/VIM/apps/instruments/templates/instruments/detail.html +++ b/web-app/django/VIM/apps/instruments/templates/instruments/detail.html @@ -26,7 +26,11 @@
Wikidata ID | + {% if active_language.en_label == "french" %} +Identifiant Wikidata | + {% else %} +Wikidata ID | + {% endif %}
@@ -38,7 +42,11 @@ |
|||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Hornbostel-Sachs Classification | + {% if active_language.en_label == "french" %} +Classification Hornbostel-Sachs | + {% else %} +Hornbostel-Sachs Classification | + {% endif %}
@@ -48,7 +56,11 @@ |
|||||||||
MIMO Classification | + {% if active_language.en_label == "french" %} +Classification MIMO | + {% else %} +MIMO Classification | + {% endif %}
@@ -60,20 +72,36 @@ |
|||||||||
Instrument Names in Different Languages | + {% if active_language.en_label == "french" %} +Noms des Instruments dans Différentes Langues | + {% else %} +Instrument Names in Different Languages | + {% endif %}
|