diff --git a/src/gdml/locale/en/LC_MESSAGES/django.mo b/src/gdml/locale/en/LC_MESSAGES/django.mo index b04947f1c28b35c28fbcc1d476c7fe9928fc9d3f..d4c6dbf9955d60a2733fbe659ad305081e540489 100644 Binary files a/src/gdml/locale/en/LC_MESSAGES/django.mo and b/src/gdml/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/gdml/locale/en/LC_MESSAGES/django.po b/src/gdml/locale/en/LC_MESSAGES/django.po index f692557a8985a721789ec892123bcfe964a20eba..8abde4e6763953a31a964800b337bd07f9778bfe 100644 --- a/src/gdml/locale/en/LC_MESSAGES/django.po +++ b/src/gdml/locale/en/LC_MESSAGES/django.po @@ -27,6 +27,9 @@ msgstr "Original lecture notes notice" msgid "Voir la notice du chapitre de livre" msgstr "Original book chapter notice" +msgid "Voir la notice du tome" +msgstr "Original issue notice" + msgctxt "source" msgid "dans" msgstr "at" \ No newline at end of file diff --git a/src/gdml/views.py b/src/gdml/views.py index c8850012b7594247c27ff7afd3634c4219a1faa5..dcd07ad4c699559132e70d7b78c9fbf1f6ba2d02 100644 --- a/src/gdml/views.py +++ b/src/gdml/views.py @@ -230,6 +230,8 @@ class GDMLItemView: link_to_source_msg = "Voir la notice de l'acte" elif document_type == "Livre": link_to_source_msg = "Voir la notice du livre" + elif document_type == "Revue": + link_to_source_msg = "Voir la notice du tome" else: link_to_source_msg = "Voir la notice du chapitre de livre"