Method: IsoDoc::PresentationXMLConvert#termsource_status

Defined in:
lib/isodoc/presentation_function/terms.rb

#termsource_status(status) ⇒ Object



173
174
175
176
177
178
# File 'lib/isodoc/presentation_function/terms.rb', line 173

def termsource_status(status)
  case status
  when "modified" then @i18n.modified
  when "adapted" then @i18n.adapted
  end
end