metanorma-bipm 2.2.9 → 2.2.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,9 @@ norm_with_refs_pref:
18
18
  document (including any amendments) applies.
19
19
  all_rights_reserved: All rights reserved
20
20
  table_of_contents: Contents
21
- source: Adapted from
21
+ source: ""
22
+ adapted_from: "Adapted from: "
23
+ modified_from: "Modified from: "
22
24
  note: "Note:"
23
25
  prefacenote: "NOTE:"
24
26
  listnote: "Note:"
@@ -41,7 +41,9 @@ norm_with_refs_pref:
41
41
  Les documents suivants cités dans le texte sont indispensables pour l'application de ce document. Pour les références datées, seule l’édition citée s’applique. Pour les références non datées, la dernière édition du document de référence s’applique (y compris les éventuels amendements).
42
42
  all_rights_reserved: Tous droits réservés
43
43
  table_of_contents: Table des matières
44
- source: Adapté de
44
+ source: ""
45
+ adapted_from: "Adapté de: "
46
+ modified_from: "Modifié de: "
45
47
  note: "Note:"
46
48
  prefacenote: "NOTE:"
47
49
  listnote: "Remarque:"
@@ -21,7 +21,7 @@ module IsoDoc
21
21
  end
22
22
 
23
23
  def omit_docid_prefix(prefix)
24
- return true if %w(BIPM).include? prefix
24
+ return true if %w(BIPM BIPM-long).include? prefix
25
25
 
26
26
  super
27
27
  end